diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-01 01:22:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-01 01:22:00 +0300 |
commit | b1bfa024ff31f552adc3541f988657025c46d484 (patch) | |
tree | 25676042d9c3418ae50e488e5ab122cd0e7542b8 /extra/libxslt/build | |
parent | 53303d746abf34e1167645284b8d936150a3e9da (diff) | |
download | repository-b1bfa024ff31f552adc3541f988657025c46d484.tar.gz |
libxslt: rename package
Diffstat (limited to 'extra/libxslt/build')
-rwxr-xr-x | extra/libxslt/build | 7 |
1 files changed, 7 insertions, 0 deletions
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 |