wok diff lyx-examples/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 7a3254180b69
children
line diff
     1.1 --- a/lyx-examples/receipt	Tue Mar 17 14:22:04 2020 +0100
     1.2 +++ b/lyx-examples/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lyx-examples"
     1.7 -VERSION="2.3.4.4"
     1.8 +VERSION="2.3.6.1"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Examples for LyX."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -14,6 +14,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/share/lyx
    1.17 -	cp -a $install/usr/share/lyx/examples	$fs/usr/share/lyx
    1.18 +	cook_copy_folders	examples
    1.19  }