Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:C
busybox
busybox.install.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File busybox.install.patch of Package busybox
Index: busybox-1.19.4/applets/install.sh =================================================================== --- busybox-1.19.4.orig/applets/install.sh +++ busybox-1.19.4/applets/install.sh @@ -5,11 +5,11 @@ export LC_CTYPE=POSIX prefix=$1 if [ -z "$prefix" ]; then - echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks/--scriptwrapper]" + echo "usage: busybox.install DESTINATION [--symlinks/--hardlinks/--scriptwrapper]" exit 1 fi -h=`sort busybox.links | uniq` +h=`sort /usr/share/busybox/busybox.links | uniq` linkopts="" scriptwrapper="n" @@ -64,7 +64,7 @@ fi rm -f "$prefix/bin/busybox" || exit 1 mkdir -p "$prefix/bin" || exit 1 -install -m 755 busybox "$prefix/bin/busybox" || exit 1 +install -m 755 /usr/bin/busybox "$prefix/bin/busybox" || exit 1 for i in $h; do appdir=`dirname "$i"`
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor