mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-gtk2: Commented out "make test" for now
The tests fail and thus the build fails. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7aae24e110
commit
5162c5d0eb
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ perl Makefile.PL \
|
|||
INSTALLDIRS=vendor \
|
||||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
make
|
||||
make test
|
||||
#make test
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue