#4635 Correct assumptions about where the working folder is.

This commit is contained in:
Joseph Lenox 2018-12-30 12:49:50 -06:00 committed by Joseph Lenox
parent 6397d58c7d
commit 9c3d9ca4a5

View File

@ -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)"