2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/xorg/xkeyboard-config/build

15 lines
334 B
Plaintext
Raw Normal View History

2019-07-07 08:05:17 +00: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 08:05:17 +00:00
./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