diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
commit | 92d7ac74f28d31d73906ac3321d084798203ec86 (patch) | |
tree | 80674bcdbb8fff93b3e934fa6bd1f18656600769 /extra/xcb-proto/build | |
parent | 7966962751f77a01a16360cc189cafb7c255e75d (diff) | |
download | repository-92d7ac74f28d31d73906ac3321d084798203ec86.tar.gz |
xcb-proto: move to extra
Diffstat (limited to 'extra/xcb-proto/build')
-rwxr-xr-x | extra/xcb-proto/build | 7 |
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 |