]> git.armaanb.net Git - asd-repo.git/blob - extra/pcre/build
Adapt for asd linux
[asd-repo.git] / extra / pcre / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --enable-utf8 \
6     --enable-unicode-properties
7
8 make
9 make DESTDIR="$1" install