diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
commit | d00c2628474b9e6a3fe34c988fe197cf2425ff1a (patch) | |
tree | 960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /applets | |
parent | 0ecb54a0f3fece5e42f089036f059973bed8d87e (diff) | |
download | busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.gz busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.bz2 busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.zip |
Stuf
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/install.sh | 3 |
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` | |||
12 | for i in $h ; do | 12 | for 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 | ||
17 | done | 16 | done |
18 | rm -f $1/bin/busybox | 17 | rm -f $1/bin/busybox |
19 | install -m 755 busybox $1/bin/busybox | 18 | install -m 755 busybox $1/bin/busybox |