kiss-mfavila-small/ports/links2/build

11 lines
137 B
Plaintext
Raw Normal View History

2021-05-09 02:10:08 -04:00
#!/bin/sh -e
patch -p1 < 01-links-tabbed.patch
./configure \
--prefix=/usr \
--enable-graphics
make
make DESTDIR="$1" install