2019-07-07 02:05:17 -06:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2020-02-27 07:54:50 -07:00
|
|
|
# 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
|