2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/xorg/xkeyboard-config/build

11 lines
175 B
Plaintext
Raw Normal View History

2019-07-07 08:05:17 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-xkb-rules-symlink=xfree86,xorg \
2020-02-01 08:49:05 +00:00
--enable-compat-rules \
--without-xsltproc
2019-07-07 08:05:17 +00:00
make
make DESTDIR="$1" install