From c4129efd201f7600ca4716c4899cda8ac285d1f6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:42:38 +0300 Subject: libxslt: add to testing --- testing/libxslt/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testing/libxslt/build (limited to 'testing/libxslt/build') diff --git a/testing/libxslt/build b/testing/libxslt/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ b/testing/libxslt/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install -- cgit v1.2.3