diff options
author | Jay Freeman <saurik@saurik.com> | 2015-10-13 09:40:31 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2015-10-13 09:40:31 +0000 |
commit | 2e7d3e8671f3066b1dd386e1bd6624b12632762a (patch) | |
tree | 87af333666fc8a553d2b931d6be46de04bd81a78 | |
parent | 89b61c0820994853792ffe9273d45fd0ae92b005 (diff) |
Move ps to /usr/bin to protect iOS 9.
git-svn-id: http://svn.telesphoreo.org/trunk@809 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | data/adv-cmds/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/adv-cmds/make.sh b/data/adv-cmds/make.sh index 307777e3a..f6e0a9882 100644 --- a/data/adv-cmds/make.sh +++ b/data/adv-cmds/make.sh @@ -6,7 +6,7 @@ for tproj in finger fingerd last lsvfs md ps; do "${PKG_TARG}-gcc" -O2 -mthumb -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)=' done pkg: mkdir -p /bin /usr/bin /usr/libexec -pkg: cp -a ps /bin +pkg: cp -a ps /usr/bin pkg: cp -a finger last locale/locale lsvfs md tabs /usr/bin pkg: cp -a fingerd /usr/libexec -ldid -S"${PKG_DATA}/ps.xml" "${PKG_DEST}/bin/ps" +ldid -S"${PKG_DATA}/ps.xml" "${PKG_DEST}/usr/bin/ps" |