repo/core/git/build

10 lines
94 B
Plaintext
Raw Normal View History

2019-06-02 01:00:13 -06:00
#!/bin/sh -e
2019-06-18 06:17:49 -06:00
make configure
./configure \
--prefix=/usr
2019-06-02 01:00:13 -06:00
make
make DESTDIR="$1" install