[packages/dtc] - non-parallel install as well

qboosh qboosh at pld-linux.org
Mon Mar 11 06:04:10 CET 2019


commit b16cce73739665d30d62899a1912afde4beb0e61
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 11 06:09:56 2019 +0100

    - non-parallel install as well

 dtc.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dtc.spec b/dtc.spec
index c280d29..f42210f 100644
--- a/dtc.spec
+++ b/dtc.spec
@@ -110,7 +110,7 @@ Wiązanie Pythona do biblioteki fdt.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	%{?with_verbose:V=1} \
 	PREFIX=%{_prefix} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dtc.git/commitdiff/b16cce73739665d30d62899a1912afde4beb0e61



More information about the pld-cvs-commit mailing list