repo/core/git/build

10 lines
94 B
Plaintext
Raw Normal View History

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