aboutsummaryrefslogtreecommitdiff
path: root/extra/libXau/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
committerCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
commit8fcd412fe6db69a3daa7a68b42805653c5153763 (patch)
treea1fcac17abc2b8196c43b79611690a5b506bdf11 /extra/libXau/build
parent5d4aef73d55227cbf9268dbfbb903d309f885fb3 (diff)
parent5ee0305949e7a98eb79e4943c0af1f42e871e235 (diff)
downloadrepository-8fcd412fe6db69a3daa7a68b42805653c5153763.tar.gz
Merge branch 'xorg-removal'
Diffstat (limited to 'extra/libXau/build')
-rwxr-xr-xextra/libXau/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libXau/build b/extra/libXau/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/libXau/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install