mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-30 07:32:32 +02:00
Limit make jobs to 10 when making RPMs
This commit is contained in:
parent
e9b098c946
commit
98bf67b844
@ -98,7 +98,7 @@ associated with.
|
||||
|
||||
%build
|
||||
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
|
||||
make -j
|
||||
make -j 10
|
||||
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user