wok diff ocaml/receipt @ rev 25464
httpfs2-fuse: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 30 09:07:42 2022 +0000 (2022-09-30) |
parents | bf28cc07ebf1 |
children |
line diff
1.1 --- a/ocaml/receipt Fri Jul 09 10:46:05 2021 +0000 1.2 +++ b/ocaml/receipt Fri Sep 30 09:07:42 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ocaml" 1.7 -VERSION="4.10.0" 1.8 +VERSION="4.14.0" 1.9 CATEGORY="system-tools" 1.10 TAGS="language programming" 1.11 SHORT_DESC="General-purpose programming language designed for safety and reliability." 1.12 @@ -37,8 +37,6 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr 1.17 - 1.18 - cp -a $install/usr/bin $fs/usr 1.19 - cp -a $install/usr/lib $fs/usr 1.20 + cook_copy_folders bin 1.21 + cook_copy_folders lib 1.22 }