Update readme and install.sh usage message.
This commit is contained in:
parent
5a620ea220
commit
c8e41157a2
2 changed files with 11 additions and 10 deletions
|
@ -5,7 +5,7 @@ export LC_CTYPE=POSIX
|
|||
|
||||
prefix=${1}
|
||||
if [ -z "$prefix" ]; then
|
||||
echo "No installation directory, aborting."
|
||||
echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks]"
|
||||
exit 1;
|
||||
fi
|
||||
h=`sort busybox.links | uniq`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue