Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
busybox
> busybox.install.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File busybox.install.patch of Package busybox (Revision 34)
Currently displaying revision
34
,
show latest
--- 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"