wok diff yelp-xsl/receipt @ rev 24020

linld: fix iso9660/64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:15:05 2021 +0000 (2021-03-06)
parents ef8598e320f4
children 6831608a1b2a
line diff
     1.1 --- a/yelp-xsl/receipt	Thu Nov 14 17:10:01 2019 +0100
     1.2 +++ b/yelp-xsl/receipt	Sat Mar 06 18:15:05 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yelp-xsl"
     1.7 -VERSION="3.34.0"
     1.8 +VERSION="3.36.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Contains XSL stylesheets that are used by the Yelp."
    1.11  MAINTAINER="yuripourre@gmail.com"
    1.12 @@ -31,5 +31,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr
    1.16 -	cp -a $install/usr/share $fs/usr
    1.17 +	cp -a $install/usr/share	$fs/usr
    1.18  }