]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/libfixposix/build
Create junk repo
[asd-repo.git] / junk / libfixposix / build
diff --git a/junk/libfixposix/build b/junk/libfixposix/build
new file mode 100755 (executable)
index 0000000..ef9e0f5
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/sh -e
+
+autoreconf -i -f
+mkdir build
+cd build
+../configure
+make PREFIX=/usr
+make DESTDIR="$1" install