2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/xorg/xkeyboard-config/build

17 lines
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.
2021-07-03 14:32:29 -06:00
sed 's/perl //;s/xml2lst\.pl/xml2lst/' rules/Makefile.in > _
mv -f _ rules/Makefile.in
2019-07-07 02:05:17 -06:00
./configure \
--prefix=/usr \
2020-02-01 01:49:05 -07:00
--enable-compat-rules \
2020-04-18 23:43:49 -06:00
--without-xsltproc \
2021-07-01 06:38:30 -06:00
--disable-runtime-deps \
2020-04-18 23:43:49 -06:00
--disable-nls
2019-07-07 02:05:17 -06:00
make
make DESTDIR="$1" install