mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/detox: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8bc81cf329
commit
8f5cfc820d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
make -j1 install DESTDIR=$PKG
|
||||
|
||||
# Avoid clobbering existing config, if any.
|
||||
mv $PKG/etc/detoxrc $PKG/etc/detoxrc.new
|
||||
|
|
Loading…
Reference in a new issue