aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/applets/install.sh b/applets/install.sh
index 670c0c6e1..769d1f4a3 100755
--- a/applets/install.sh
+++ b/applets/install.sh
@@ -12,8 +12,7 @@ h=`sort busybox.links | uniq`
12for i in $h ; do 12for i in $h ; do
13 echo " $1$i -> /bin/busybox" 13 echo " $1$i -> /bin/busybox"
14 mkdir -p $1/`echo $i | sed -e 's/\/[^\/]*$//' ` 14 mkdir -p $1/`echo $i | sed -e 's/\/[^\/]*$//' `
15 rm -f $1$i 15 ln -fs /bin/busybox $1$i
16 ln -s /bin/busybox $1$i
17done 16done
18rm -f $1/bin/busybox 17rm -f $1/bin/busybox
19install -m 755 busybox $1/bin/busybox 18install -m 755 busybox $1/bin/busybox