wok diff grub/receipt @ rev 24462
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 16 21:07:01 2022 +0000 (2022-02-16) |
parents | 17091bc7c301 |
children | ad9008f821da |
line diff
1.1 --- a/grub/receipt Thu Feb 10 18:04:02 2022 +0000 1.2 +++ b/grub/receipt Wed Feb 16 21:07:01 2022 +0000 1.3 @@ -30,6 +30,7 @@ 1.4 done 1.5 sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \ 1.6 util/grub-install.in 1.7 + grub_cv_prog_objcopy_absolute=yes \ 1.8 ./configure CC=gcc-3 --prefix=/usr --infodir=/usr/share/info \ 1.9 --without-curses --mandir=/usr/share/man $CONFIGURE_ARGS && 1.10 make &&