wok-6.x diff mm-common/receipt @ rev 24973
Up zsh (5.8.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 15:03:44 2022 +0000 (2022-05-01) |
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 Sun May 01 15:03:44 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 }