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