kiss-mfavila-large/ports/nmh/build
2021-05-09 03:10:08 -03:00

13 lines
123 B
Bash
Executable File

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