diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-08-04 01:48:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 5ca7173c4e474c6f326d0b3c78991ae8e38f2eb9 (patch) | |
tree | 416e953194445387805b01143044e542b61a9605 /development | |
parent | a87b0ab07d25ffee7eb73eb71aea60b1ecfd3ed7 (diff) |
development/nvi: Use -j1 in SlackBuild.
Fixes build failure on -current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/nvi/nvi.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/nvi/nvi.SlackBuild b/development/nvi/nvi.SlackBuild index 999002e46e10..c208be4d776d 100644 --- a/development/nvi/nvi.SlackBuild +++ b/development/nvi/nvi.SlackBuild @@ -87,7 +87,7 @@ cd build.unix --program-prefix="n" \ --build=$ARCH-slackware-linux make -j1 - make install DESTDIR=$PKG + make -j1 install DESTDIR=$PKG cd .. # These are better as softlinks instead of hardlinks |