wok diff mm-common/receipt @ rev 24975

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (2022-05-02)
parents 6831608a1b2a
children
line diff
     1.1 --- a/mm-common/receipt	Tue Sep 28 17:26:43 2021 +0000
     1.2 +++ b/mm-common/receipt	Mon May 02 16:22:04 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mm-common"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Common build files of the C++ bindings."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -31,6 +31,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs
    1.17 -	cp -a $install/usr	$fs
    1.18 +	cook_copy_folders	usr
    1.19  }