perl/perl-Term-ReadLine-Gnu: Fix for 'make test'.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2017-12-26 12:13:02 +00:00 committed by Robby Workman
parent c413085d54
commit 7c38d6e230

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Term-ReadLine-Gnu # Slackware build script for perl-Term-ReadLine-Gnu
# Copyright 2013-2016 Andreas Voegele <andreas@andreasvoegele.com> # Copyright 2013-2017 Andreas Voegele <andreas@andreasvoegele.com>
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above
@ -70,7 +70,7 @@ perl Makefile.PL \
INSTALLVENDORMAN1DIR=/usr/man/man1 \ INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3 INSTALLVENDORMAN3DIR=/usr/man/man3
make make
make test env INPUTRC=/dev/null make test
make install DESTDIR=$PKG make install DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \;