diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-03-20 12:16:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-20 20:45:20 +0700 |
commit | 97799125c770a63c684ac70a40ade516a3283fa4 (patch) | |
tree | 4543b418dafca9a9acc54e9188a9f9c2153dff3a /perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild | |
parent | a3d9d001ecb877b4e241548afd4477261f326ad8 (diff) |
perl/perl-Math-BigInt-GMP: Updated for version 1.6010.
Fix 'find $PKG/usr/share/man' command.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild')
-rw-r--r-- | perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild index d905bb600c20..e8445268348f 100644 --- a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild +++ b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Math-BigInt-GMP -VERSION=${VERSION:-1.6007} +VERSION=${VERSION:-1.6010} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/share/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true |