X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=package.sh;h=3a604844ac18d6ea57cc3aa86b135646469fcfc5;hb=8250937337e4b8962a9c8082f0ae69b4214f93ca;hp=671787373eb835167d9f93f32f3ebd3645fd3ca5;hpb=9bd490132fabdfc9c6df4ceeb6b8e96308a643e4;p=cura.git diff --git a/package.sh b/package.sh index 67178737..3a604844 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 -export BUILD_NAME=13.10 +export BUILD_NAME=13.12-test TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use @@ -160,7 +160,7 @@ if [ "$BUILD_TARGET" = "debian" ]; then cp scripts/linux/cura.py scripts/linux/debian/usr/share/cura/ cp -a Power/power scripts/linux/debian/usr/share/cura/ echo $BUILD_NAME > scripts/linux/debian/usr/share/cura/Cura/version - sudo chown root:root scripts/linux/debian/usr -R + sudo chown root:root scripts/linux/debian -R sudo chmod 755 scripts/linux/debian/usr -R sudo chmod 755 scripts/linux/debian/DEBIAN -R cd scripts/linux