]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/libXcursor/build
Restructure repository
[asd-repo.git] / xorg / libXcursor / build
diff --git a/xorg/libXcursor/build b/xorg/libXcursor/build
new file mode 100755 (executable)
index 0000000..6daf22f
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr
+
+make
+make DESTDIR="$1" install