aboutsummaryrefslogtreecommitdiff
path: root/extra/xorg-util-macros/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commitb70d8ce3b4948d0c445c9095ff8486e9abcb7ac4 (patch)
tree8457711cdb03871f17b9c1efe8af50b44cec833b /extra/xorg-util-macros/build
parentdcfb7a55ed9f5a41af396ae41d8327d5da348667 (diff)
downloadrepository-b70d8ce3b4948d0c445c9095ff8486e9abcb7ac4.tar.gz
xorg-util-macros: move to extra
Diffstat (limited to 'extra/xorg-util-macros/build')
-rwxr-xr-xextra/xorg-util-macros/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/xorg-util-macros/build b/extra/xorg-util-macros/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/xorg-util-macros/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install