wok diff pcre/receipt @ rev 25322
cpige: remove -static
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 22 07:58:08 2022 +0000 (2022-07-22) |
parents | ee53899c6189 |
children | 29df00e1e19d |
line diff
1.1 --- a/pcre/receipt Wed Jul 07 10:35:01 2021 +0000 1.2 +++ b/pcre/receipt Fri Jul 22 07:58:08 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre" 1.7 -VERSION="8.44" 1.8 +VERSION="8.45" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Perl 5 Compatible Regular Expression, library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -37,13 +37,13 @@ 1.13 for i in $(find $install/usr/share/man -type l) 1.14 do 1.15 dest=$(readlink $i) 1.16 - rm $i; ln -s $dest.gz $i.gz 1.17 + rm $i 1.18 + ln -s $dest.gz $i.gz 1.19 done 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 + cook_copy_files *.so* 1.28 }