repo/xorg/xkeyboard-config/build
2021-07-01 12:38:30 +00:00

16 lines
339 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 \
--enable-compat-rules \
--without-xsltproc \
--disable-runtime-deps \
--disable-nls
make
make DESTDIR="$1" install