wok diff yelp-xsl/receipt @ rev 23809
linld: add isoboot (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 24 16:43:25 2020 +0000 (2020-05-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 Sun May 24 16:43:25 2020 +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 }