]> git.armaanb.net Git - asd-repo.git/blobdiff - texinfo/build
texinfo: new package at 6.7
[asd-repo.git] / texinfo / build
diff --git a/texinfo/build b/texinfo/build
new file mode 100755 (executable)
index 0000000..fe93ad4
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/sh -e
+
+./configure
+make PREFIX="$1/usr"
+make install DESTDIR="$1"