This commit is contained in:
Eric Andersen
1999-12-07 08:37:31 +00:00
parent 0ecb54a0f3
commit d00c262847
9 changed files with 128 additions and 59 deletions

View File

@@ -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