kiss-mfavila-large/ports/gv/build

9 lines
137 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-SIGCHLD-fallback
make
make DESTDIR="$1" install