kiss-mfavila-large/ports/libvte9/build

8 lines
78 B
Plaintext
Raw Normal View History

2021-09-16 18:06:34 -04:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install