From d00c2628474b9e6a3fe34c988fe197cf2425ff1a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 Dec 1999 08:37:31 +0000 Subject: Stuf --- applets/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applets') 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` 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 -- cgit v1.2.3