Changes of Revision 41
[-] [+] | Added | busybox-1.20.2-install.patch |
@@ -0,0 +1,13 @@ +--- busybox-1.19.0/applets/install.sh.orig 2011-08-11 02:23:58.000000000 +0200 ++++ busybox-1.19.0/applets/install.sh 2011-08-19 22:29:20.824991244 +0200 +@@ -9,7 +9,7 @@ + exit 1 + fi + +-h=`sort busybox.links | uniq` ++h=`sort /usr/share/busybox/busybox.links | uniq` + + linkopts="" + scriptwrapper="n" + + |