]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/isync/build
The comeback
[asd-repo.git] / junk / isync / build
diff --git a/junk/isync/build b/junk/isync/build
new file mode 100755 (executable)
index 0000000..26df476
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --with-sasl
+
+make
+make DESTDIR="$1" install