busybox/applets
Denys Vlasenko bf39d97e9d Fix install with hardlinks and a custom PREFIX. Closes 10801
Trying to install busybox with hardlinks and a custom PREFIX will fail
for applets not in the /bin directory, because relative pathnames are
used. applets/install.sh is *supposed to* use the absolute pathname
for hardlinks but it fails to do so because the wrong check is used
in the if statement.

While fixing it, shore up other sloppy coding in applets/install.sh

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-02-23 16:29:26 +01:00
..
.gitignore
applet_tables.c
applets.c
busybox.mkll
busybox.mksuid
individual.c
install.sh Fix install with hardlinks and a custom PREFIX. Closes 10801 2018-02-23 16:29:26 +01:00
Kbuild.src
usage_compressed Automatically disable FEATURE_COMPRESS_USAGE for small builds. 2017-01-06 19:16:36 +01:00
usage_pod.c
usage.c