wok diff grub2-efi-x64-modules/receipt @ rev 25353
updated tesseract-ocr-lang packages (3.02 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 14:33:11 2022 +0100 (2022-07-26) |
parents | 582d168ed65f |
children |
line diff
1.1 --- a/grub2-efi-x64-modules/receipt Sat Aug 17 17:28:25 2019 +0200 1.2 +++ b/grub2-efi-x64-modules/receipt Tue Jul 26 14:33:11 2022 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="grub2-efi-x64-modules" 1.7 -VERSION="2.02" 1.8 +VERSION="2.04" 1.9 CATEGORY="base-system" 1.10 -SHORT_DESC="GRUB2/EFI boot loader modules." 1.11 +SHORT_DESC="GRUB2 EFI boot loader modules." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="http://www.gnu.org/software/grub/" 1.15 -WANTED="grub2-efi-x64" 1.16 1.17 DEPENDS="grub2-efi-x64" 1.18 +WANTED="grub2-efi-x64" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/boot/grub/x86_64-efi 1.24 - cp $src/grub-core/*.mod $src/grub-core/*.lst $fs/boot/grub/x86_64-efi 1.25 + 1.26 + cp $src/grub-core/*.mod $fs/boot/grub/x86_64-efi 1.27 + cp $src/grub-core/*.lst $fs/boot/grub/x86_64-efi 1.28 }