repo/extra/pcre/build

11 lines
126 B
Plaintext
Raw Normal View History

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