diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-04 01:17:50 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-04 01:17:50 +0000 |
commit | 03880b546d794abafd6dab3eed876dbefe06c174 (patch) | |
tree | 42ef9d2fb26b6321a7bda2f8eecb0009471bb3c2 /data/coreutils | |
parent | 8f3b67fe1123828377d340922a1aca2d4c4c1989 (diff) |
Revision numbers on packages now being bumped, moved files around in Apple packages to the correct folders (adjusting for conflicts), added numerous Java packages, and fixed dependencies on findutils, coreutils, inetutils, and gnupg.
git-svn-id: http://svn.telesphoreo.org/trunk@11 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/coreutils')
l--------- | data/coreutils/_metadata/bash.dep | 1 | ||||
-rw-r--r-- | data/coreutils/make.sh | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/coreutils/_metadata/bash.dep b/data/coreutils/_metadata/bash.dep new file mode 120000 index 000000000..d0c818fb6 --- /dev/null +++ b/data/coreutils/_metadata/bash.dep @@ -0,0 +1 @@ +../../bash
\ No newline at end of file diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh index 3541a8a30..2b3311b62 100644 --- a/data/coreutils/make.sh +++ b/data/coreutils/make.sh @@ -3,6 +3,7 @@ cd coreutils-6.9 ./configure --prefix=/usr --host=arm-apple-darwin 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: rm -f /usr/bin/sync +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 touch true uname pkg: mkdir -p /usr/sbin pkg: mv /usr/bin/chroot /usr/sbin |