From 12c524feb3e78f807b300e363925f1d9a0dce649 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 17:47:26 +0100 Subject: libXext: move to extra --- extra/libXext/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/libXext/build (limited to 'extra/libXext/build') diff --git a/extra/libXext/build b/extra/libXext/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXext/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3