diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:35 +0300 |
commit | 81bf0a16ada99d4940a05759db265c27216edb44 (patch) | |
tree | 67728ae5e296eca0692ae8da8f2fd32d35775ba4 /extra/xcb-util-keysyms/build | |
parent | e73f7f3e1255f9d56ddbad12b86b129e0cf67e09 (diff) | |
download | repository-81bf0a16ada99d4940a05759db265c27216edb44.tar.gz |
xcb-util-keysyms: move to extra
Diffstat (limited to 'extra/xcb-util-keysyms/build')
-rwxr-xr-x | extra/xcb-util-keysyms/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/xcb-util-keysyms/build b/extra/xcb-util-keysyms/build new file mode 100755 index 00000000..7ca84fcf --- /dev/null +++ b/extra/xcb-util-keysyms/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-static + +make +make DESTDIR="$1" install |