aboutsummaryrefslogtreecommitdiff
path: root/extra/xcb-proto/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
commit92d7ac74f28d31d73906ac3321d084798203ec86 (patch)
tree80674bcdbb8fff93b3e934fa6bd1f18656600769 /extra/xcb-proto/build
parent7966962751f77a01a16360cc189cafb7c255e75d (diff)
downloadrepository-92d7ac74f28d31d73906ac3321d084798203ec86.tar.gz
xcb-proto: move to extra
Diffstat (limited to 'extra/xcb-proto/build')
-rwxr-xr-xextra/xcb-proto/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/xcb-proto/build b/extra/xcb-proto/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/xcb-proto/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install