summaryrefslogtreecommitdiff
path: root/data/coreutils
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 14:44:30 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 14:44:30 +0000
commitdb42276c66e5ecc186991f992c2f38776b4be771 (patch)
treee26e63b5ff09bab9aff2a5ddea96cd619aa123a1 /data/coreutils
parent81f9fdd7221a3bd7e1e5f2cbf8b5698d1a99ff10 (diff)
Added a few more core packages and moved chroot into /usr/sbin.
git-svn-id: http://svn.telesphoreo.org/trunk@6 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/coreutils')
-rw-r--r--data/coreutils/make.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh
index a654bbf82..3541a8a30 100644
--- a/data/coreutils/make.sh
+++ b/data/coreutils/make.sh
@@ -4,3 +4,5 @@ cd coreutils-6.9
make
pkg:install
pkg:bin cat chgrp chmod chown cp date dd df dir echo false hostname kill ln ls mkdir mknod mv pwd readlink rm rmdir vdir sleep stty su sync touch true uname
+pkg: mkdir -p /usr/sbin
+pkg: mv /usr/bin/chroot /usr/sbin