From 95a00456cf1c33773718fffdf0a3ff6a0ac77ad7 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 30 Dec 2018 11:24:12 -0600 Subject: [PATCH] #4635 Be more verbose about what is getting copied where. --- package/linux/make_archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index 1018110f5..c9525ce4f 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -44,7 +44,7 @@ appfolder="$WD/${appname}" archivefolder=$appfolder resourcefolder=$appfolder -echo "Appfolder: $appfolder, archivefolder: $archivefolder" +echo "Appfolder: $appfolder, archivefolder: $archivefolder, resourcefolder=$resourcefolder" # Our slic3r dir and location of perl if [[ ! -z "$PERL_BIN" ]]; then