wok-next rev 20653

Add grub2-efi-modules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 04 11:41:20 2018 +0200 (2018-05-04)
parents 283a308fef9c
children 0e26d2139c15
files grub2/receipt
line diff
     1.1 --- a/grub2/receipt	Fri May 04 11:28:30 2018 +0200
     1.2 +++ b/grub2/receipt	Fri May 04 11:41:20 2018 +0200
     1.3 @@ -90,8 +90,8 @@
     1.4  			i?86)	efi_path=boot/efi/grub/i386-efi;;
     1.5  			x86_64)	efi_path=boot/efi/grub/x86_64-efi;;
     1.6  			esac
     1.7 -			mkdir -p $install/$efi_path
     1.8 -			cp $src/grub-core/*.mod $src/grub-core/*.lst $install/$efi_path
     1.9 +			mkdir -p $fs/$efi_path
    1.10 +			cp $src/grub-core/*.mod $src/grub-core/*.lst $fs/$efi_path
    1.11  			;;
    1.12  	esac
    1.13  }