kiss-mfavila-small/ports/epic/build

9 lines
83 B
Bash
Executable File

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