wok-current diff libsasl-without-ldap/receipt @ rev 25698

Fix ntfs-3g receipt
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 19:01:01 2024 +0000 (2 months ago)
parents a23978bfa665
children
line diff
     1.1 --- a/libsasl-without-ldap/receipt	Wed Oct 11 18:45:46 2023 +0000
     1.2 +++ b/libsasl-without-ldap/receipt	Tue Apr 16 19:01:01 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsasl-without-ldap"
     1.7 -VERSION="2.1.27"
     1.8 +VERSION="2.1.28"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -51,4 +51,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	cp -a $install/* $fs
    1.16 +
    1.17 +        # Ensure remove .la files
    1.18 +        find $fs -name "*.la" -delete
    1.19  }