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 | e7aa58b23c48a440254ebe31244669a1e3be8033 (patch) | |
tree | bc03bc67864807d8ceec6bd96f35126fe20d274f /extra/xcb-util-wm/build | |
parent | a8d5e0006367bd3884103cdf617b71632e89097f (diff) | |
download | repository-e7aa58b23c48a440254ebe31244669a1e3be8033.tar.gz |
xcb-util-wm: move to extra
Diffstat (limited to 'extra/xcb-util-wm/build')
-rwxr-xr-x | extra/xcb-util-wm/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/xcb-util-wm/build b/extra/xcb-util-wm/build new file mode 100755 index 00000000..7ca84fcf --- /dev/null +++ b/extra/xcb-util-wm/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-static + +make +make DESTDIR="$1" install |