2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 14:30:57 -06:00
repo/core/file/build

8 lines
Plaintext
Raw Normal View History

2019-06-17 18:46:19 -06:00
#!/bin/sh -e
./configure \
2019-06-18 02:54:08 -06:00
--prefix=/usr
2019-06-17 18:46:19 -06:00
make
make DESTDIR="$1" install