comparison scripts/build_unix.sh @ 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
comparison
equal deleted inserted replaced
577:62666b542afe 578:2e181628d0be
8 TARBALL_NAME="${BUILD_NAME}.tgz" 8 TARBALL_NAME="${BUILD_NAME}.tgz"
9 9
10 rm -rf ${BUILD_FOLDER} 10 rm -rf ${BUILD_FOLDER}
11 mkdir -p ${BUILD_FOLDER} dist 11 mkdir -p ${BUILD_FOLDER} dist
12 12
13 cp -r LICENSE.txt README.txt setup.py scripts data skaapsteker ${BUILD_FOLDER}/ 13 hg archive ${BUILD_FOLDER}/ -I LICENSE.txt -I README.txt -I setup.py -I scripts -I data -I skaapsteker
14 14
15 cd build 15 cd build
16 tar czf ../dist/${TARBALL_NAME} ${GAME_NAME} 16 tar czf ../dist/${TARBALL_NAME} ${GAME_NAME}