SHA256
1
0
forked from pool/busybox
busybox/busybox.install.patch

18 lines
520 B
Diff

---
applets/install.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: busybox-1.4.2/applets/install.sh
===================================================================
--- busybox-1.4.2.orig/applets/install.sh
+++ busybox-1.4.2/applets/install.sh
@@ -8,7 +8,7 @@ if [ -z "$prefix" ]; then
echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks]"
exit 1;
fi
-h=`sort busybox.links | uniq`
+h=`sort /usr/share/busybox/busybox.links | uniq`
cleanup="0"
noclobber="0"
case "$2" in