From 5d44d1fda593248c154ec68b38ce946a69f9b0fc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 22 Nov 1999 06:01:01 +0000 Subject: Stuf --- applets/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/install.sh') diff --git a/applets/install.sh b/applets/install.sh index 9721102a1..4c2a4f1b8 100755 --- a/applets/install.sh +++ b/applets/install.sh @@ -10,10 +10,10 @@ fi h=`sort busybox.links | uniq` for i in $h ; do - echo "Symlinking $i to /bin/busybox" mypath=`echo $i | sed -e 's/\(^.*\/\)\(.*\)/\1/g' `; myapp=`echo $i | sed -e 's/\(^.*\/\)\(.*\)/\2/g' `; mkdir -p $1$mypath + echo " $1$mypath$myapp -> /bin/busybox" (cd $1$mypath ; rm -f $1$mypath$myapp ; ln -s /bin/busybox $1$mypath$myapp ) done rm -f $1/bin/busybox -- cgit v1.2.3