repo/core/m4/build

8 lines
78 B
Plaintext
Raw Normal View History

2019-05-14 20:05:50 +00:00
#!/bin/sh -e
2019-05-13 14:32:56 +00:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install