kiss-mfavila-large/ports/xrn/build

12 lines
154 B
Plaintext
Raw Normal View History

2021-05-09 02:10:08 -04:00
#!/bin/sh -e
for autojunk in aclocal.m4 Makefile.am Makefile.in
do touch $autojunk
done
./configure \
--prefix=/usr
make
make DESTDIR="$1" install