Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaid <daid303@gmail.com>2012-10-12 15:52:35 +0400
committerDaid <daid303@gmail.com>2012-10-12 15:52:35 +0400
commiteedd4c38ef13f1ec17e5462c470ad0b507c9da97 (patch)
treed6ee3cc21c9fc599a0bba88946ce4d0c2c74dde8 /package.sh
parentb5fd9bc87964978cb54d7d801b5aa48cebff5f8e (diff)
Updated path in osx cura package result.
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index e3f3517c18..3cf71dc345 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