2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 08:20:55 -06:00
repo/xorg/xkeyboard-config/build

16 lines
354 B
Plaintext
Raw Normal View History

2019-07-07 02:05:17 -06:00
#!/bin/sh -e
# Swap to shell script instead of perl script
# for conversion of rules files. See files/xml2lst.
sed -i 's/perl //;s/xml2lst\.pl/xml2lst/' rules/Makefile.in
2019-07-07 02:05:17 -06:00
./configure \
--prefix=/usr \
--with-xkb-rules-symlink=xfree86,xorg \
2020-02-01 01:49:05 -07:00
--enable-compat-rules \
2020-04-18 23:43:49 -06:00
--without-xsltproc \
--disable-nls
2019-07-07 02:05:17 -06:00
make
make DESTDIR="$1" install