From fbae777191a7831818a6e1032465a811c46294e6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 19 Apr 2020 08:43:49 +0300 Subject: [PATCH] xkeyboard-config: Disable nls --- xorg/xkeyboard-config/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xorg/xkeyboard-config/build b/xorg/xkeyboard-config/build index 91552c62..3f3367ac 100755 --- a/xorg/xkeyboard-config/build +++ b/xorg/xkeyboard-config/build @@ -8,7 +8,8 @@ sed -i 's/perl //;s/xml2lst\.pl/xml2lst/' rules/Makefile.in --prefix=/usr \ --with-xkb-rules-symlink=xfree86,xorg \ --enable-compat-rules \ - --without-xsltproc + --without-xsltproc \ + --disable-nls make make DESTDIR="$1" install