summaryrefslogtreecommitdiff
path: root/data/coreutils/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/coreutils/make.sh')
-rw-r--r--data/coreutils/make.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh
new file mode 100644
index 000000000..d2caf157b
--- /dev/null
+++ b/data/coreutils/make.sh
@@ -0,0 +1,6 @@
+tar -zxvf "${PKG_DATA}/coreutils-6.9.tar.gz"
+cd coreutils-6.9
+./configure --prefix=/usr --host=arm-apple-darwin
+make
+pkg:install
+pkg:bin cat chgrp chmod chown cp date dd df dir echo false ln ls mkdir mknod mv pwd readlink rm rmdir vdir sleep stty sync touch true uname