From: daid Date: Tue, 1 Oct 2013 15:51:49 +0000 (+0200) Subject: Make sure the engine is always build clean and from scratch. X-Git-Tag: 13.10~25^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f800860c1c6b0e93621c151263c1d7a9ff314c56;p=cura.git Make sure the engine is always build clean and from scratch. --- diff --git a/package.sh b/package.sh index 6b4d47b7..e212845c 100755 --- a/package.sh +++ b/package.sh @@ -17,7 +17,7 @@ BUILD_TARGET=${1:-all} ##Do we need to create the final archive ARCHIVE_FOR_DISTRIBUTION=1 ##Which version name are we appending to the final archive -BUILD_NAME=13.09 +BUILD_NAME=13.10-MultiLanguageTest TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use @@ -145,13 +145,8 @@ if [ "$BUILD_TARGET" = "debian" ]; then git pull cd .. fi - if [ ! -d "CuraEngine" ]; then - git clone https://github.com/Ultimaker/CuraEngine - else - cd CuraEngine - git pull - cd .. - fi + rm -rf CuraEngine + git clone https://github.com/Ultimaker/CuraEngine make -C CuraEngine rm -rf scripts/linux/debian/usr/share/cura mkdir -p scripts/linux/debian/usr/share/cura