# HG changeset patch # User Jeremy Thurgood # Date 1302437229 -7200 # Node ID 2e181628d0be2718f28a55ca226e8a5b4d7f2d98 # Parent 62666b542afe8cd47fb11905d31383fc2b01c27b Use "hg archive" instead of "cp -r" for build. diff -r 62666b542afe -r 2e181628d0be scripts/build_unix.sh --- a/scripts/build_unix.sh Sun Apr 10 13:59:30 2011 +0200 +++ b/scripts/build_unix.sh Sun Apr 10 14:07:09 2011 +0200 @@ -10,7 +10,7 @@ rm -rf ${BUILD_FOLDER} mkdir -p ${BUILD_FOLDER} dist -cp -r LICENSE.txt README.txt setup.py scripts data skaapsteker ${BUILD_FOLDER}/ +hg archive ${BUILD_FOLDER}/ -I LICENSE.txt -I README.txt -I setup.py -I scripts -I data -I skaapsteker cd build tar czf ../dist/${TARBALL_NAME} ${GAME_NAME}