# HG changeset patch # User Hans-G?nter Theisgen # Date 1652718465 -3600 # Node ID 816ad9b606a770b384869ea74b5521448497af3a # Parent d30dcfb0598af8c3e2306a31dc2dcd65bf0940c6 updated ocaml (4.10.0 -> 4.14.0) diff -r d30dcfb0598a -r 816ad9b606a7 ocaml/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ocaml/description.txt Mon May 16 17:27:45 2022 +0100 @@ -0,0 +1,2 @@ +OCaml is an industrial-strength programming language supporting +functional, imperative and object-oriented styles. diff -r d30dcfb0598a -r 816ad9b606a7 ocaml/receipt --- a/ocaml/receipt Mon May 16 17:06:58 2022 +0100 +++ b/ocaml/receipt Mon May 16 17:27:45 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ocaml" -VERSION="4.10.0" +VERSION="4.14.0" CATEGORY="system-tools" TAGS="language programming" SHORT_DESC="General-purpose programming language designed for safety and reliability." @@ -37,8 +37,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders bin + cook_copy_folders lib }