aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-07 08:37:31 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-07 08:37:31 +0000
commitd00c2628474b9e6a3fe34c988fe197cf2425ff1a (patch)
tree960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /install.sh
parent0ecb54a0f3fece5e42f089036f059973bed8d87e (diff)
downloadbusybox-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.gz
Stuf
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 670c0c6e1..769d1f4a3 100755
--- a/install.sh
+++ b/install.sh
@@ -12,8 +12,7 @@ h=`sort busybox.links | uniq`
for i in $h ; do
echo " $1$i -> /bin/busybox"
mkdir -p $1/`echo $i | sed -e 's/\/[^\/]*$//' `
- rm -f $1$i
- ln -s /bin/busybox $1$i
+ ln -fs /bin/busybox $1$i
done
rm -f $1/bin/busybox
install -m 755 busybox $1/bin/busybox