Skip to content

Commit

Permalink
slic3r#4635 Correct assumptions about where the working folder is.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Dec 31, 2018
1 parent 6397d58 commit 9c3d9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/linux/make_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ find $archivefolder/local-lib -type d -path '*/Wx/*' \( -name WebView \
rm -rf $archivefolder/local-lib/lib/perl5/*/Alien/wxWidgets/*/include
find $archivefolder/local-lib -depth -type d -empty -exec rmdir "{}" \;

tar -C$(pwd)/$(dirname $appfolder) -cjf $(pwd)/$dmgfile "$appname"
echo "Archiving from $appfolder"
tar -C$WD -cjf $(pwd)/$dmgfile "$(basename $appfolder)"

0 comments on commit 9c3d9ca

Please sign in to comment.