wok-current diff libxml2-python/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (3 months ago)
parents 5626c14aff89
children
line diff
     1.1 --- a/libxml2-python/receipt	Mon Mar 28 13:43:56 2022 +0100
     1.2 +++ b/libxml2-python/receipt	Sat Mar 30 18:05:22 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml2-python"
     1.7 -VERSION="2.9.12"
     1.8 +VERSION="2.9.14"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Libxml2 adapter for the Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -18,4 +18,7 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15  	cp -a $install/usr/lib/python*	$fs/usr/lib
    1.16 +
    1.17 +        # Ensure remove .la files
    1.18 +        find $fs -name "*.la" -delete
    1.19  }