2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/xorg/kbd/build
2019-07-07 11:23:26 +03:00

9 lines
109 B
Bash
Executable File

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