wok-6.x rev 22682
elilo: race condition (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 18 19:09:28 2020 +0100 (2020-01-18) |
parents | 9783ee6fb053 |
children | b054d6cbf5b8 |
files | elilo/receipt |
line diff
1.1 --- a/elilo/receipt Sat Jan 18 18:53:45 2020 +0100 1.2 +++ b/elilo/receipt Sat Jan 18 19:09:28 2020 +0100 1.3 @@ -27,7 +27,7 @@ 1.4 cp -a docs $install/usr/share/doc 1.5 cp README* $install/usr/share/doc 1.6 # rm -rf $install/usr/share/doc/CVS 1.7 - sed -i 's|(.*)|(shell echo ia32)|' \ 1.8 + sed -i 's|dpkg-architecture.*)|echo ia32)|' \ 1.9 Make.defaults 1.10 make ARCH=ia32 -j 1 && 1.11 cp elilo.efi $install/boot/efi/boot/elilo &&