mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/perl-Term-ReadLine-Gnu: Fix for 'make test'.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c413085d54
commit
7c38d6e230
1 changed files with 2 additions and 2 deletions
|
@ -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 {} \;
|
||||||
|
|
Loading…
Reference in a new issue