2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
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