From 9c3d9ca4a5a248b91f2f3fd7c556bd19dc54841f Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 30 Dec 2018 12:49:50 -0600 Subject: [PATCH] #4635 Correct assumptions about where the working folder is. --- package/linux/make_archive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index e3e410803..83e0f307a 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -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)"