wok diff python-magic/receipt @ rev 24989

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
parents 851602a469c1
children c370be1be30e
line diff
     1.1 --- a/python-magic/receipt	Fri Jan 24 16:51:24 2020 +0100
     1.2 +++ b/python-magic/receipt	Thu May 12 17:03:36 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-magic"
     1.7 -VERSION="5.38"
     1.8 +VERSION="5.41"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="File type determination library using 'magic' numbers (Python bindings)."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,6 +14,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -	cp -a $install/usr/lib/python*	$fs/usr/lib
    1.18 +	cook_copy_folders	python*
    1.19  }