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

12 lines
281 B
Diff
Raw Normal View History

--- x/applets/install.sh
+++ y/applets/install.sh
@@ -8,7 +8,7 @@
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