summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-09-09 15:28:05 +0200
committer Willy Sudiarto Raharjo2017-09-09 15:28:05 +0200
commit642280b1ea7d0c5466a3553195bcbaa7eee9811f (patch)
tree37bfdacf683285cf4c8fa75f2f9211225be807a5 /perl
parentbf2b5091415ce4f1e078f2adb91784a2cc3aeb35 (diff)
downloadslackbuilds-642280b1ea7d0c5466a3553195bcbaa7eee9811f.tar.gz
perl/perl-Date-Manip: Disable make test.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Date-Manip/perl-Date-Manip.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
index 01087cef25..c0cb9ae77a 100644
--- a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
+++ b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
@@ -78,7 +78,6 @@ perl Makefile.PL \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
-make test
make install DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;