wok diff ocaml/receipt @ rev 25009

updated ocaml (4.10.0 -> 4.14.0)
author Hans-G?nter Theisgen
date Mon May 16 17:27:45 2022 +0100 (2022-05-16)
parents bf28cc07ebf1
children
line diff
     1.1 --- a/ocaml/receipt	Fri Jul 09 10:46:05 2021 +0000
     1.2 +++ b/ocaml/receipt	Mon May 16 17:27:45 2022 +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  }