wok-current diff efibootmgr/receipt @ rev 24594
updated getmail (5.14 -> 5.16)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 01 15:05:47 2022 +0100 (2022-03-01) |
parents | 5ea0ce1cecc0 |
children | 4f8f52451ff7 |
line diff
1.1 --- a/efibootmgr/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/efibootmgr/receipt Tue Mar 01 15:05:47 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="efibootmgr" 1.7 -VERSION="16" 1.8 +VERSION="17" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Manage UEFI boot manager variables." 1.11 MAINTAINER="maintainer@slitaz.org" 1.12 @@ -23,6 +23,8 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + patch --strip=1 --input=$stuff/patches/efibootmgr.c-17 && 1.17 + 1.18 export EFIDIR=/boot/efi 1.19 export CC=gcc-83 1.20 export COMPILER=gcc-83 1.21 @@ -35,6 +37,5 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr 1.26 - cp -a $install/usr/sbin $fs/usr 1.27 + cook_copy_folders sbin 1.28 }