From 0b84d55f23d96f30ab2ee81212895880a210eafe Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 30 Dec 2018 11:23:50 -0600 Subject: [PATCH] #4635 Add usage note for make_archive --- package/linux/make_archive.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index 42ff07bb4d..1018110f53 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -8,6 +8,7 @@ if [ "$#" -ne 1 ]; then echo "Usage: $(basename $0) arch_name" + echo "This script should be called from the main source directory for Slic3r." exit 1; fi libdirs=$(find ./local-lib -iname *.so -exec dirname {} \; | sort -u | paste -sd ";" -)