diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-21 00:26:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-21 12:14:39 +0700 |
commit | c173e7370f9151fe9fd42e91d71eebdace69f97d (patch) | |
tree | 382b3476c89e502229bfaf1a6fadaac9b40bf864 /perl/perl-Inline | |
parent | 173f6dd3c7f294f680674c12696f7fffd365babd (diff) | |
download | slackbuilds-c173e7370f9151fe9fd42e91d71eebdace69f97d.tar.gz |
perl/perl-Inline: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Inline')
-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 \ |