wok-current diff grub2-efi-modules/receipt @ rev 24435
updated consolekit2 and consolekit2-dev (1.2.1 -> 1.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 13 07:06:09 2022 +0100 (2022-02-13) |
parents | 7431a9295130 |
children |
line diff
1.1 --- a/grub2-efi-modules/receipt Fri May 04 15:44:38 2018 +0200 1.2 +++ b/grub2-efi-modules/receipt Sun Feb 13 07:06:09 2022 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="grub2-efi-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" 1.16 +WEB_SITE="https://www.gnu.org/software/grub/" 1.17 1.18 DEPENDS="grub2-efi" 1.19 +WANTED="grub2-efi" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/boot/grub/i386-efi 1.25 - cp $src/grub-core/*.mod $src/grub-core/*.lst $fs/boot/grub/i386-efi 1.26 + 1.27 + cp $src/grub-core/*.mod $fs/boot/grub/i386-efi 1.28 + cp $src/grub-core/*.lst $fs/boot/grub/i386-efi 1.29 }