development/nvi: Use -j1 in SlackBuild.

Fixes build failure on -current.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2015-08-04 01:48:03 +01:00 committed by Willy Sudiarto Raharjo
parent a87b0ab07d
commit 5ca7173c4e

View file

@ -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