wok diff libcap-pam/receipt @ rev 24907

updated minised (1.15 -> 1.16)
author Hans-G?nter Theisgen
date Sat Apr 09 14:44:11 2022 +0100 (2022-04-09)
parents fd77b7a17bd3
children
line diff
     1.1 --- a/libcap-pam/receipt	Tue Mar 03 11:21:21 2020 +0100
     1.2 +++ b/libcap-pam/receipt	Sat Apr 09 14:44:11 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcap-pam"
     1.7 -VERSION="2.33"
     1.8 +VERSION="2.63"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Support for getting and setting POSIX.1e capabilities - pam module."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -15,7 +15,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/lib
    1.17 -	cp -a $install/lib/security	$fs/lib
    1.18 +	cook_copy_folders	security
    1.19  }
    1.20 -