2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-19 12:46:58 +00:00
repo/extra/libxslt/build
2019-08-05 00:54:50 +03:00

10 lines
112 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < CVE-2019-11068.patch
./configure \
--prefix=/usr
make
make DESTDIR="$1" install