From: Daid Date: Fri, 12 Oct 2012 11:52:35 +0000 (+0200) Subject: Updated path in osx cura package result. X-Git-Tag: 13.03~249 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eedd4c38ef13f1ec17e5462c470ad0b507c9da97;p=cura.git Updated path in osx cura package result. --- diff --git a/package.sh b/package.sh index e3f3517c..3cf71dc3 100755 --- a/package.sh +++ b/package.sh @@ -216,7 +216,8 @@ if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then cp pyserial-2.6.tar.gz scripts/osx64/Cura.app/Contents/Pkgs cp PyOpenGL-3.0.2.tar.gz scripts/osx64/Cura.app/Contents/Pkgs cp wxPython2.9-osx-2.9.4.0-cocoa-py2.7.dmg scripts/osx64/Cura.app/Contents/Pkgs - $TAR cfp - scripts/osx64/Cura.app | gzip --best -c > ${TARGET_DIR}.tar.gz + cd scripts/osx64 + $TAR cfp - Cura.app | gzip --best -c > ../../${TARGET_DIR}.tar.gz else echo "Archiving to ${TARGET_DIR}.tar.gz" $TAR cfp - ${TARGET_DIR} | gzip --best -c > ${TARGET_DIR}.tar.gz