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