kiss-mfavila-large/ports/unofficial/stable/gawk/build

9 lines
79 B
Bash
Executable File

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