aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-18 23:32:10 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-18 23:32:10 +0000
commit9a8195cc03516b9f376b0f965d9f05fa326ac5d2 (patch)
tree3857674a2de28a112b221ef68f02b2bc7539537a /install.sh
parentb9167cb67f3316e2220cc4d209bb75880d619bc6 (diff)
downloadbusybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.gz
busybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.bz2
busybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.zip
Fix creation of /linuxrc
-Erik
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 100b26bad..65190f59d 100755
--- a/install.sh
+++ b/install.sh
@@ -15,6 +15,7 @@ for i in $h ; do
15 ln -fs /bin/busybox $1$i 15 ln -fs /bin/busybox $1$i
16done 16done
17rm -f $1/bin/busybox 17rm -f $1/bin/busybox
18mkdir -p $1/bin
18install -m 755 busybox $1/bin/busybox 19install -m 755 busybox $1/bin/busybox
19 20
20exit 0 21exit 0