commit | 9a8195cc03516b9f376b0f965d9f05fa326ac5d2 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Tue Apr 18 23:32:10 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Tue Apr 18 23:32:10 2000 +0000 |
tree | 3857674a2de28a112b221ef68f02b2bc7539537a | |
parent | b9167cb67f3316e2220cc4d209bb75880d619bc6 [diff] [blame] |
Fix creation of /linuxrc -Erik
diff --git a/applets/install.sh b/applets/install.sh index 100b26b..65190f5 100755 --- a/applets/install.sh +++ b/applets/install.sh
@@ -15,6 +15,7 @@ ln -fs /bin/busybox $1$i done rm -f $1/bin/busybox +mkdir -p $1/bin install -m 755 busybox $1/bin/busybox exit 0