wok rev 21809
Add grub2-efi-x64-modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 17 17:28:25 2019 +0200 (2019-08-17) |
parents | cc07895be981 |
children | 9b196667495f |
files | grub2-efi-x64-modules/receipt grub2-efi-x64/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/grub2-efi-x64-modules/receipt Sat Aug 17 17:28:25 2019 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="grub2-efi-x64-modules" 1.7 +VERSION="2.02" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="GRUB2/EFI boot loader modules." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="http://www.gnu.org/software/grub/" 1.13 +WANTED="grub2-efi-x64" 1.14 + 1.15 +DEPENDS="grub2-efi-x64" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/boot/grub/x86_64-efi 1.21 + cp $src/grub-core/*.mod $src/grub-core/*.lst $fs/boot/grub/x86_64-efi 1.22 +}
2.1 --- a/grub2-efi-x64/receipt Sat Aug 17 16:23:26 2019 +0200 2.2 +++ b/grub2-efi-x64/receipt Sat Aug 17 17:28:25 2019 +0200 2.3 @@ -44,6 +44,7 @@ 2.4 --prefix=/usr --sysconfdir=/etc \ 2.5 --with-platform=efi --target=${EFI_ARCH} --program-prefix="" \ 2.6 --mandir=/usr/share/man $CONFIGURE_ARGS && 2.7 + sed -i 's| -Werror||' grub-core/Makefile && 2.8 make $MAKEFLAGS && 2.9 cd grub-core && 2.10 ../grub-mkimage -d . -o ../bootx64.efi -O x86_64-efi -p /boot/grub \