2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/core/git/build
2019-06-19 10:45:26 +03:00

10 lines
94 B
Bash
Executable File

#!/bin/sh -e
make configure
./configure \
--prefix=/usr
make
make DESTDIR="$1" install