wok-next rev 20650
Add grub2-efi-modules (thanks alanyih)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 04 11:15:35 2018 +0200 (2018-05-04) |
parents | f51cb1627fea |
children | c3eafc8a40bd |
files | grub2/receipt |
line diff
1.1 --- a/grub2/receipt Fri May 04 10:48:37 2018 +0200 1.2 +++ b/grub2/receipt Fri May 04 11:15:35 2018 +0200 1.3 @@ -14,7 +14,7 @@ 1.4 1.5 BUILD_DEPENDS="flex bison zlib-dev xz-dev freetype-dev ncurses-dev \ 1.6 libusb-compat-dev libusb-dev libdevmapper-dev" 1.7 -SPLIT="grub2 grub2-efi:efi" 1.8 +SPLIT="grub2 grub2-efi:efi grub2-efi-modules:efi" 1.9 1.10 compile_rules() { 1.11 sed -i 's|sys/types.h>|&\n#include <sys/sysmacros.h>|' \ 1.12 @@ -84,6 +84,11 @@ 1.13 copy @std 1.14 DEPENDS=" " 1.15 ;; 1.16 + grub2-efi-modules) 1.17 + DEPENDS="grub2-efi" 1.18 + mkdir -p $install/boot/efi/grub/ 1.19 + cp $src/grub-core/*.mod $install/boot/efi/grub/ 1.20 + ;; 1.21 esac 1.22 } 1.23