2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-17 04:00:14 -07:00
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