2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-15 03:00:10 -07:00
repo/extra/pcre/build

11 lines
139 B
Plaintext
Raw Normal View History

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