2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-27 13:26:28 -06:00
repo/xorg/setxkbmap/build

10 lines
135 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install