]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/mu/build
Create junk repo
[asd-repo.git] / junk / mu / build
diff --git a/junk/mu/build b/junk/mu/build
new file mode 100755 (executable)
index 0000000..1250bcd
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --disable-gtk \
+    --disable-webkit \
+    --disable-rpath
+
+make
+make DESTDIR="$1" install