pcre: fork, fix sources
[kiss-trunc88.git] / coreutils / build
blob206a476a2e4c7e1f7d6b765c99a678a3cd025d37
1 #!/bin/sh -e
3 export CFLAGS="$CFLAGS -static"
5 ./configure \
6 --prefix=/usr
8 make
9 make DESTDIR="$1" install