#4635 Add usage note for make_archive

This commit is contained in:
Joseph Lenox 2018-12-30 11:23:50 -06:00 committed by Joseph Lenox
parent 9b5238ef91
commit 0b84d55f23

View File

@ -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 ";" -)