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

scim-pinyin: added build dependency libtool
author Hans-G?nter Theisgen
date Tue Apr 09 17:39:00 2019 +0100 (2019-04-09)
parents 1569af23c651
children 81f116b5627e
line diff
     1.1 --- a/grub2-efi/receipt	Fri May 04 10:50:28 2018 +0200
     1.2 +++ b/grub2-efi/receipt	Tue Apr 09 17:39:00 2019 +0100
     1.3 @@ -37,7 +37,6 @@
     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 $fs/boot/grub/i386-efi
     1.8 +	mkdir -p $fs/boot/efi/boot
     1.9  	cp $src/bootia32.efi $fs/boot/efi/boot
    1.10 -	cp $src/grub-core/*.mod $fs/boot/grub/i386-efi
    1.11  }