diff options
author | Jay Freeman <saurik@saurik.com> | 2009-06-19 08:25:00 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-06-19 08:25:00 +0000 |
commit | 8b52962f74d2f46171624484d4546a14f988e9e0 (patch) | |
tree | 797cc99e454abd40a7d6908f912e7242f75bff15 /data/coreutils | |
parent | 7b91fd9056834388ddfcafc01c3131fce9da8587 (diff) |
Upgraded to coreutils 7.4.
git-svn-id: http://svn.telesphoreo.org/trunk@623 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/coreutils')
-rw-r--r-- | data/coreutils/_metadata/coreutils-bin.ver.iphoneos-arm | 1 | ||||
-rw-r--r-- | data/coreutils/_metadata/priority | 2 | ||||
l--------- | data/coreutils/_metadata/profile.d.dep | 1 | ||||
-rw-r--r-- | data/coreutils/make.sh | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/data/coreutils/_metadata/coreutils-bin.ver.iphoneos-arm b/data/coreutils/_metadata/coreutils-bin.ver.iphoneos-arm new file mode 100644 index 000000000..1b5c9f81f --- /dev/null +++ b/data/coreutils/_metadata/coreutils-bin.ver.iphoneos-arm @@ -0,0 +1 @@ +7.4-5 diff --git a/data/coreutils/_metadata/priority b/data/coreutils/_metadata/priority index fad9e164a..a6a7b9cd7 100644 --- a/data/coreutils/_metadata/priority +++ b/data/coreutils/_metadata/priority @@ -1 +1 @@ -required +standard diff --git a/data/coreutils/_metadata/profile.d.dep b/data/coreutils/_metadata/profile.d.dep new file mode 120000 index 000000000..7060c3a6b --- /dev/null +++ b/data/coreutils/_metadata/profile.d.dep @@ -0,0 +1 @@ +../../profile.d
\ No newline at end of file diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh index 88387fe6b..06aba9e26 100644 --- a/data/coreutils/make.sh +++ b/data/coreutils/make.sh @@ -1,2 +1,2 @@ cp -a "$(PKG_DEST_ _coreutils)"/* "${PKG_DEST}" -pkg: rm -rf /bin +pkg: rm -rf /bin /usr/bin/dirname |