kiss-mfavila-large/ports/libfixposix-git/build

10 lines
93 B
Plaintext
Raw Normal View History

2021-07-10 15:24:34 +00:00
#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr
make
make DESTDIR="$1" install