]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/libSM/build
Adapt for asd linux
[asd-repo.git] / xorg / libSM / build
diff --git a/xorg/libSM/build b/xorg/libSM/build
new file mode 100755 (executable)
index 0000000..801017e
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --without-libuuid
+
+make
+make DESTDIR="$1" install