mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
a87b0ab07d
commit
5ca7173c4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue