wok diff efibootmgr/receipt @ rev 24693

updated jwm (2.3.7 -> 2.4.1)
author Hans-G?nter Theisgen
date Sun Mar 13 07:13:46 2022 +0100 (2022-03-13)
parents 5ea0ce1cecc0
children 20ad21d5532c
line diff
     1.1 --- a/efibootmgr/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/efibootmgr/receipt	Sun Mar 13 07:13:46 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  }