commit b16cce73739665d30d62899a1912afde4beb0e61
Author: Jakub Bogusz <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to