2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/xorg/xkeyboard-config/build
2020-02-27 16:54:50 +02:00

15 lines
334 B
Bash
Executable File

#!/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
./configure \
--prefix=/usr \
--with-xkb-rules-symlink=xfree86,xorg \
--enable-compat-rules \
--without-xsltproc
make
make DESTDIR="$1" install