kiss-mfavila-small/ports/ecl/build

8 lines
77 B
Plaintext
Raw Normal View History

2021-06-13 15:07:03 -04:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install