summaryrefslogtreecommitdiff
path: root/data/adv-cmds/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/adv-cmds/make.sh')
-rw-r--r--data/adv-cmds/make.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/adv-cmds/make.sh b/data/adv-cmds/make.sh
new file mode 100644
index 000000000..651693003
--- /dev/null
+++ b/data/adv-cmds/make.sh
@@ -0,0 +1,5 @@
+tar -zxvf "${PKG_DATA}/adv_cmds-118.tar.gz"
+cd adv_cmds-118
+arm-apple-darwin-gcc -o ps ps.tproj/*.c -D'__FBSDID(x)='
+mkdir -p "${PKG_DEST}/usr/bin"
+cp -a ps "${PKG_DEST}/usr/bin"