kiss-mfavila-large/ports/guile/build

12 lines
127 B
Plaintext
Raw Normal View History

2021-11-07 20:17:59 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-error-on-warning \
--disable-static
make
make DESTDIR="$1" install