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

10 lines
118 B
Bash
Executable File

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