wok-6.x diff grub2-efi/receipt @ rev 20000

Add: description.txt (again) | Rev: line-end.
author Leonardo Laporte <hackdorte@yandex.com>
date Sat Jul 29 08:04:42 2017 -0300 (2017-07-29)
parents 6a6ea56d432e
children 1569af23c651
line diff
     1.1 --- a/grub2-efi/receipt	Sun Apr 30 10:15:50 2017 +0200
     1.2 +++ b/grub2-efi/receipt	Sat Jul 29 08:04:42 2017 -0300
     1.3 @@ -36,6 +36,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/boot/efi/boot
     1.8 +	mkdir -p $fs/boot/efi/boot $fs/boot/grub/i386-efi
     1.9  	cp $src/bootia32.efi $fs/boot/efi/boot
    1.10 +	cp $src/grub-core/*.mod $fs/boot/grub/i386-efi
    1.11  }