[packages/fwupdate] - non-parallel install

qboosh qboosh at pld-linux.org
Sun Apr 22 10:06:48 CEST 2018


commit 6dee60335cf103359c3cc6f2804350c70e176ff8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Apr 22 10:07:05 2018 +0200

    - non-parallel install

 fwupdate.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/fwupdate.spec b/fwupdate.spec
index e164863..f7c5542 100644
--- a/fwupdate.spec
+++ b/fwupdate.spec
@@ -98,7 +98,7 @@ Bashowe uzupełnianie parametrów polecenia fwupdate.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 %ifarch x32
 	ARCH=x86_64 \
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fwupdate.git/commitdiff/6dee60335cf103359c3cc6f2804350c70e176ff8



More information about the pld-cvs-commit mailing list