From 2e7d3e8671f3066b1dd386e1bd6624b12632762a Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 13 Oct 2015 09:40:31 +0000 Subject: Move ps to /usr/bin to protect iOS 9. git-svn-id: http://svn.telesphoreo.org/trunk@809 514c082c-b64e-11dc-b46d-3d985efe055d --- data/adv-cmds/make.sh | 4 ++-- 1 file 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" -- cgit v1.2.3