2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/kbd/build
2019-08-04 01:03:39 +03:00

9 lines
100 B
Bash
Executable File

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