wok rev 23894
Fix grub4dos (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 25 18:07:23 2020 +0000 (2020-07-25) |
parents | 86f5a6f059cb |
children | a27bbec045be |
files | grub4dos/receipt |
line diff
1.1 --- a/grub4dos/receipt Sat Jul 25 17:44:56 2020 +0000 1.2 +++ b/grub4dos/receipt Sat Jul 25 18:07:23 2020 +0000 1.3 @@ -23,7 +23,7 @@ 1.4 sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \ 1.5 util/grub-install.in 1.6 sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 1.7 - sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile.am 1.8 + sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile* 1.9 sh ./configure CC=gcc-3 \ 1.10 --enable-preset-menu=$stuff/menu.lst \ 1.11 --without-curses \