]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/catgirl/build
The comeback
[asd-repo.git] / junk / catgirl / build
diff --git a/junk/catgirl/build b/junk/catgirl/build
new file mode 100755 (executable)
index 0000000..2581b29
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+
+make DESTDIR="$1" install