diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-01-14 05:59:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-14 05:59:51 +0700 |
commit | ab21d2f02d9cda0f7aeaef1f1c896c210f86e050 (patch) | |
tree | c260db365a57679d54c3e1a794de4a53ad4a772d /perl/perl-Math-MPC | |
parent | 901597103eff1c35ac58174b3c4d2f119997be5f (diff) |
perl/perl-Math-MPC: Disable make test.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-MPC')
-rw-r--r-- | perl/perl-Math-MPC/perl-Math-MPC.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild b/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild index 3b3c03918e0b..00ccfd2538b2 100644 --- a/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild +++ b/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-Math-MPC. # -# 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-MPC VERSION=${VERSION:-1.07} -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 \ |