From f1fc6d24e4627891da22800d01a796eb89d66ae5 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 30 Dec 2018 12:48:13 -0600 Subject: [PATCH] #4635 Fix paths for cleanup routine; $archivefolder is an absolute path, not relative. --- package/linux/make_archive.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index ea1c1d81d..e3e410803 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -124,9 +124,9 @@ rm -rf $archivefolder/local-lib/lib/perl5/App rm -rf $archivefolder/local-lib/lib/perl5/Devel/CheckLib.pm rm -rf $archivefolder/local-lib/lib/perl5/ExtUtils rm -rf $archivefolder/local-lib/lib/perl5/Module/Build* -rm -rf $(pwd)$archivefolder/local-lib/lib/perl5/TAP -rm -rf $(pwd)/$archivefolder/local-lib/lib/perl5/Test* -find $(pwd)/$archivefolder/local-lib -type d -path '*/Wx/*' \( -name WebView \ +rm -rf $archivefolder/local-lib/lib/perl5/TAP +rm -rf $archivefolder/local-lib/lib/perl5/Test* +find $archivefolder/local-lib -type d -path '*/Wx/*' \( -name WebView \ -or -name DocView -or -name STC -or -name IPC \ -or -name Calendar -or -name DataView \ -or -name DateTime -or -name Media -or -name PerlTest \