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