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

10 lines
91 B
Bash
Executable File

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