X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=package.sh;h=e93d54db678dfd1195e2d807fd014eb498f7d590;hb=c3c35b32507bbf68d85876cb1491ecd59ac04bd4;hp=b70218544370e5d011599abef96bea2af31f068b;hpb=7bf2243f442af8ee3738092a566dd803d8e95d1c;p=cura.git diff --git a/package.sh b/package.sh index b7021854..e93d54db 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.11 +export BUILD_NAME=13.11.2 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