diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:42:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:42:38 +0300 |
commit | c4129efd201f7600ca4716c4899cda8ac285d1f6 (patch) | |
tree | 2baeb3dca3a4ca14c00622c763fedc926f214681 /testing/libxslt/build | |
parent | 5b560feb37fb7b0b57af9f2d8a51883c3fda0145 (diff) | |
download | repository-c4129efd201f7600ca4716c4899cda8ac285d1f6.tar.gz |
libxslt: add to testing
Diffstat (limited to 'testing/libxslt/build')
-rwxr-xr-x | testing/libxslt/build | 5 |
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 |