wok-6.x diff libsgutils2/receipt @ rev 25301

updated sg3_utils, sg3_utils-dev and libsgutils2 (1.45 -> 1.47)
author Hans-G?nter Theisgen
date Wed Jul 20 08:07:57 2022 +0100 (2022-07-20)
parents d8948f13ff31
children
line diff
     1.1 --- a/libsgutils2/receipt	Mon Apr 20 10:45:27 2020 +0100
     1.2 +++ b/libsgutils2/receipt	Wed Jul 20 08:07:57 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsgutils2"
     1.7 -VERSION="1.45"
     1.8 +VERSION="1.47"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The sg_utils library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,7 +13,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 -
    1.18 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.19 +	cook_copy_files	*.so*
    1.20  }