wok diff pcre2-dev/receipt @ rev 23766
qemu/cloop: tiny fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 06 19:55:46 2020 +0000 (2020-05-06) |
parents | 18de4fe65c9c |
children | 774faf8d8c74 |
line diff
1.1 --- a/pcre2-dev/receipt Sat Jun 01 14:42:22 2019 +0100 1.2 +++ b/pcre2-dev/receipt Wed May 06 19:55:46 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre2-dev" 1.7 -VERSION="10.32" 1.8 +VERSION="10.34" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl Compatible Regular Expressions 2, development files." 1.11 MAINTAINER="al.bobylev@gmail.com" 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 }