2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/extra/pcre/build

11 lines
139 B
Plaintext
Raw Normal View History

2021-07-07 22:20:53 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-unicode-properties
make
make DESTDIR="$1" install
2021-07-12 08:14:35 +00:00
rm -rf "$1/usr/share/doc"