From 1dcb6b4c1b0013b65caa12cc62cb5baee6f9b985 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Jul 2021 20:32:29 +0000 Subject: [PATCH] xkeyboard-config: remove sed -i --- 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 ae9ceb25..56ce9411 100755 --- a/xorg/xkeyboard-config/build +++ b/xorg/xkeyboard-config/build @@ -2,7 +2,8 @@ # 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 +sed 's/perl //;s/xml2lst\.pl/xml2lst/' rules/Makefile.in > _ +mv -f _ rules/Makefile.in ./configure \ --prefix=/usr \