From 452cc8b602c96bdd56ec16a0833067a7a04e404e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 17:47:26 +0100 Subject: libXau: move to extra --- extra/libXau/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/libXau/build (limited to 'extra/libXau/build') 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 -- cgit v1.2.3