wok diff pcre-dev/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | 9d254903769e |
children | eb6fc44c0c5f |
line diff
1.1 --- a/pcre-dev/receipt Sat Jun 01 14:26:34 2019 +0100 1.2 +++ b/pcre-dev/receipt Mon Apr 06 07:57:27 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre-dev" 1.7 -VERSION="8.43" 1.8 +VERSION="8.44" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl Compatible Regular Expressions, development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,8 +16,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/* $fs 1.17 + cp -a $install/* $fs 1.18 1.19 - rm $fs/usr/lib/*.so* 1.20 - rm -r $fs/usr/share 1.21 + rm $fs/usr/lib/*.so* 1.22 + rm -r $fs/usr/share 1.23 }