xkeyboard-config: remove sed -i

This commit is contained in:
Dylan Araps 2021-07-03 20:32:29 +00:00
parent f8fe6eb734
commit 1dcb6b4c1b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 1 deletions

View File

@ -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 \