wok diff ocaml/receipt @ rev 25793
reverted version 4.14.1 to 4.12.0 for xfconf packages
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 15:16:12 2024 +0100 (7 weeks ago) |
parents | bf28cc07ebf1 |
children |
line diff
1.1 --- a/ocaml/receipt Fri Jul 09 10:46:05 2021 +0000 1.2 +++ b/ocaml/receipt Wed Oct 23 15:16:12 2024 +0100 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 }