Changes of Revision 8
[-] [+] | Added | busybox.install.patch |
@@ -0,0 +1,15 @@ +--- + applets/install.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/applets/install.sh ++++ b/applets/install.sh +@@ -8,7 +8,7 @@ if [ -z "$prefix" ]; then + echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks/--scriptwrapper]" + exit 1; + fi +-h=`sort busybox.links | uniq` ++h=`sort /usr/share/busybox/busybox.links | uniq` + scriptwrapper="n" + cleanup="0" + noclobber="0" |