kiss-mfavila-large/testing/libfixposix-git/build

10 lines
93 B
Plaintext
Raw Normal View History

2021-07-10 11:24:34 -04:00
#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr
make
make DESTDIR="$1" install