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
rm -rf "${1:?}/usr/share"