diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-01-14 05:58:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-14 05:58:54 +0700 |
commit | 901597103eff1c35ac58174b3c4d2f119997be5f (patch) | |
tree | cf3779692e8a2e3ef2d08d9d254e9153f8c043ca /perl/perl-Math-MPFR | |
parent | 6547ce9fd7615b008d70c68bcb2012b953a3386e (diff) |
perl/perl-Math-MPFR: Disable make test.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-MPFR')
-rw-r--r-- | perl/perl-Math-MPFR/perl-Math-MPFR.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/perl/perl-Math-MPFR/perl-Math-MPFR.SlackBuild b/perl/perl-Math-MPFR/perl-Math-MPFR.SlackBuild index b1bbe5360536..b185aa923b62 100644 --- a/perl/perl-Math-MPFR/perl-Math-MPFR.SlackBuild +++ b/perl/perl-Math-MPFR/perl-Math-MPFR.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh - +# # Slackware build script for perl-Math-MPFR. - -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=perl-Math-MPFR VERSION=${VERSION:-3.34} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" @@ -76,7 +76,6 @@ perl Makefile.PL \ INSTALLDIRS=vendor \ INSTALLVENDORMAN3DIR=/usr/man/man3 make -make test make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |