mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/nvi: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c7a73c5c1
commit
30cdf2fd34
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ cd build.unix
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--program-prefix="n" \
|
--program-prefix="n" \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
make
|
make -j1
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue