mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
efivar: remove sed -i
This commit is contained in:
parent
1dcb6b4c1b
commit
564da4b48c
@ -3,7 +3,8 @@
|
||||
# LTO is used when CFLAGS are unset causing a compilation
|
||||
# error with GCC 10. LTO can be set by the user though
|
||||
# '-flto-partition=none' is also needed.
|
||||
sed -i 's/ -flto//' Make.defaults
|
||||
sed 's/ -flto//' Make.defaults > _
|
||||
mv -f _ Make.defaults
|
||||
|
||||
for patch in *.patch; do
|
||||
patch -p1 < "$patch"
|
||||
|
Loading…
Reference in New Issue
Block a user