2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/xorg/xkeyboard-config/build
2021-07-03 20:32:29 +00:00

17 lines
366 B
Bash
Executable File

#!/bin/sh -e
# Swap to shell script instead of perl script
# for conversion of rules files. See files/xml2lst.
sed 's/perl //;s/xml2lst\.pl/xml2lst/' rules/Makefile.in > _
mv -f _ rules/Makefile.in
./configure \
--prefix=/usr \
--enable-compat-rules \
--without-xsltproc \
--disable-runtime-deps \
--disable-nls
make
make DESTDIR="$1" install