diff options
Diffstat (limited to 'data/adv-cmds/make.sh')
-rw-r--r-- | data/adv-cmds/make.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/adv-cmds/make.sh b/data/adv-cmds/make.sh index ae4cb5506..5d0039951 100644 --- a/data/adv-cmds/make.sh +++ b/data/adv-cmds/make.sh @@ -1,8 +1,7 @@ pkg:extract cd * for tproj in finger fingerd last lsvfs md ps; do - arm-apple-darwin-gcc -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)=' - arm-apple-darwin-strip "${tproj}" + "${PKG_TARG}-gcc" -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)=' done pkg: mkdir -p /bin /usr/bin /usr/libexec pkg: cp -a ps /bin |