]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/patch/build
Move packages to junk
[asd-repo.git] / junk / patch / build
diff --git a/junk/patch/build b/junk/patch/build
new file mode 100755 (executable)
index 0000000..d32f240
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/sh -e
+
+for i in libopenbsd libz yacc mv patch; do
+    make PREFIX=/usr -C "$i"
+done
+
+cd patch
+install -Dm755 patch   "$1/usr/bin/patch"
+install -Dm644 patch.1 "$1/usr/share/man/man1/patch.1"
+