mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
Limit make jobs to 10 when making RPMs
This commit is contained in:
@@ -98,7 +98,7 @@ associated with.
|
||||
|
||||
%build
|
||||
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
|
||||
make -j
|
||||
make -j 10
|
||||
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user