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