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

9 lines
91 B
Bash
Executable File

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