diff options
Diffstat (limited to 'data')
-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" |