kiss-mfavila-large/ports/official/core/libisl/build

8 lines
77 B
Plaintext
Raw Normal View History

2021-07-29 20:52:39 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install