diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
commit | 452cc8b602c96bdd56ec16a0833067a7a04e404e (patch) | |
tree | 7affa9281d1dc79ecc0b1e85353d2b088e3998b9 /extra/libXau/build | |
parent | abaea72b4a295d4845cf8f227cd82808733fcc5e (diff) | |
download | repository-452cc8b602c96bdd56ec16a0833067a7a04e404e.tar.gz |
libXau: move to extra
Diffstat (limited to 'extra/libXau/build')
-rwxr-xr-x | extra/libXau/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libXau/build b/extra/libXau/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXau/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |