diff options
author | 2017-06-02 15:38:45 +0200 | |
---|---|---|
committer | 2021-02-27 11:02:06 +0100 | |
commit | 4d9caf4096d6f4ef93360f39f4e470d00abb1053 (patch) | |
tree | 5ab70a64e76c898dbf3a8351dd0c6b4e02526c5d | |
parent | 9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff) | |
download | slackbuilds-razor-agents.tar.gz |
network/razor-agents: Force a single make job.razor-agents
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | perl/perl-Razor2-Client-Agent/perl-Razor2-Client-Agent.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Razor2-Client-Agent/perl-Razor2-Client-Agent.SlackBuild b/perl/perl-Razor2-Client-Agent/perl-Razor2-Client-Agent.SlackBuild index e4e173d86d..39972aaf69 100644 --- a/perl/perl-Razor2-Client-Agent/perl-Razor2-Client-Agent.SlackBuild +++ b/perl/perl-Razor2-Client-Agent/perl-Razor2-Client-Agent.SlackBuild @@ -69,7 +69,7 @@ perl Makefile.PL \ INSTALLDIRS=vendor \ INSTALLVENDORMAN1DIR=/usr/man/man1 \ INSTALLVENDORMAN3DIR=/usr/man/man3 -make +make -j1 make test make install DESTDIR=$PKG INSTALLMAN5DIR=$PKG/usr/man/man5 |