From e110670cccb533ea412869bb5360f091dbacaf34 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 28 Jan 2020 23:09:25 +0300 Subject: libXslt: move to extra --- extra/libXslt/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/libXslt/build (limited to 'extra/libXslt/build') diff --git a/extra/libXslt/build b/extra/libXslt/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXslt/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3