wok-6.x diff yelp-xsl/receipt @ rev 24026

created recipe for os-prober
author Hans-G?nter Theisgen
date Wed Mar 24 16:16:25 2021 +0100 (2021-03-24)
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	Wed Mar 24 16:16:25 2021 +0100
     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  }