summaryrefslogtreecommitdiff
path: root/data/diffutils/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 14:44:30 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 14:44:30 +0000
commitdb42276c66e5ecc186991f992c2f38776b4be771 (patch)
treee26e63b5ff09bab9aff2a5ddea96cd619aa123a1 /data/diffutils/make.sh
parent81f9fdd7221a3bd7e1e5f2cbf8b5698d1a99ff10 (diff)
Added a few more core packages and moved chroot into /usr/sbin.
git-svn-id: http://svn.telesphoreo.org/trunk@6 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/diffutils/make.sh')
-rw-r--r--data/diffutils/make.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/diffutils/make.sh b/data/diffutils/make.sh
new file mode 100644
index 000000000..7e498defb
--- /dev/null
+++ b/data/diffutils/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure
+make
+make install prefix="${PKG_DEST}/usr"