repo/repo/autoconf/build

8 lines
74 B
Plaintext
Raw Normal View History

2019-05-18 09:58:12 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install