aboutsummaryrefslogtreecommitdiff
path: root/testing/libxslt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:42:38 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:42:38 +0300
commitc4129efd201f7600ca4716c4899cda8ac285d1f6 (patch)
tree2baeb3dca3a4ca14c00622c763fedc926f214681 /testing/libxslt/build
parent5b560feb37fb7b0b57af9f2d8a51883c3fda0145 (diff)
downloadrepository-c4129efd201f7600ca4716c4899cda8ac285d1f6.tar.gz
libxslt: add to testing
Diffstat (limited to 'testing/libxslt/build')
-rwxr-xr-xtesting/libxslt/build5
1 files changed, 5 insertions, 0 deletions
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