diff options
-rw-r--r-- | perl/perl-Inline/perl-Inline.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Inline/perl-Inline.SlackBuild b/perl/perl-Inline/perl-Inline.SlackBuild index ae4209dd48..978b9ab1df 100644 --- a/perl/perl-Inline/perl-Inline.SlackBuild +++ b/perl/perl-Inline/perl-Inline.SlackBuild @@ -76,7 +76,7 @@ PERL_MM_USE_DEFAULT=y perl Makefile.PL \ INSTALLDIRS=vendor \ INSTALLVENDORMAN3DIR=/usr/man/man3 make -make test +make -j1 test make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |