wok-current diff libcap-pam/receipt @ rev 25710
Build full mesa features and split it
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jun 10 19:04:54 2024 +0000 (8 months ago) |
parents | fd77b7a17bd3 |
children | 5926178cd6fa |
line diff
1.1 --- a/libcap-pam/receipt Tue Mar 03 11:21:21 2020 +0100 1.2 +++ b/libcap-pam/receipt Mon Jun 10 19:04:54 2024 +0000 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 -