Skip to content

Commit

Permalink
slic3r#4635 Add usage note for make_archive
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Dec 31, 2018
1 parent 9b5238e commit 0b84d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/linux/make_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ";" -)
Expand Down

0 comments on commit 0b84d55

Please sign in to comment.