wok-current diff mm-common/receipt @ rev 25045
Update some wget_url or web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 08:33:59 2022 +0000 (2022-06-04) |
parents | 6831608a1b2a |
children | 5926178cd6fa |
line diff
1.1 --- a/mm-common/receipt Tue Sep 28 17:26:43 2021 +0000 1.2 +++ b/mm-common/receipt Sat Jun 04 08:33:59 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 }