wok rev 20303
Add grub2-efi-modules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 04 15:44:38 2018 +0200 (2018-05-04) |
parents | 4a0e93b2bbe5 |
children | 0bbf3f773324 |
files | grub2-efi-modules/receipt |
line diff
1.1 --- a/grub2-efi-modules/receipt Fri May 04 12:13:00 2018 +0200 1.2 +++ b/grub2-efi-modules/receipt Fri May 04 15:44:38 2018 +0200 1.3 @@ -15,5 +15,5 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/boot/grub/i386-efi 1.7 - cp $src/grub-core/*.mod $fs/boot/grub/i386-efi 1.8 + cp $src/grub-core/*.mod $src/grub-core/*.lst $fs/boot/grub/i386-efi 1.9 }