development/nvi: Forced to use -j1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-18 11:54:07 +00:00 committed by Robby Workman
parent 9c7a73c5c1
commit 30cdf2fd34

View file

@ -85,7 +85,7 @@ cd build.unix
--disable-static \
--program-prefix="n" \
--build=$ARCH-slackware-linux
make
make -j1
make install DESTDIR=$PKG
cd ..