Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
xkeyboard-config: remove sed -i
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 3, 2021
1 parent f8fe6eb commit 1dcb6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xorg/xkeyboard-config/build
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1dcb6b4

Please sign in to comment.