Browse Source

#4635 Be more verbose about what is getting copied where.

Joseph Lenox 6 years ago
parent
commit
95a00456cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/linux/make_archive.sh

+ 1 - 1
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