kiss-mfavila-large/ports/unofficial/rolling/xrn-git/build

15 lines
186 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < ttf.patch
for autojunk in aclocal.m4 Makefile.am Makefile.in
do
touch $autojunk
done
./configure \
--prefix=/usr
make
make DESTDIR="$1" install