changeset 578:2e181628d0be

Use "hg archive" instead of "cp -r" for build.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 10 Apr 2011 14:07:09 +0200
parents 62666b542afe
children e4242abff401
files scripts/build_unix.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}