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"