]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/xauth/build
Restructure repository
[asd-repo.git] / xorg / xauth / build
diff --git a/xorg/xauth/build b/xorg/xauth/build
new file mode 100755 (executable)
index 0000000..373bcee
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --localstatedir=/var
+
+make
+make DESTDIR="$1" install