[packages/cogl] - install is racy, use -j1

qboosh qboosh at pld-linux.org
Sun Jan 26 15:28:48 CET 2014


commit 611aea59f602e4a1d1cfe41de02f42b61634da00
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 26 15:30:10 2014 +0100

    - install is racy, use -j1

 cogl.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cogl.spec b/cogl.spec
index b86c7dd..8267487 100644
--- a/cogl.spec
+++ b/cogl.spec
@@ -256,7 +256,7 @@ Dokumentacja API biblioteki cogl-gst.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with gstreamer}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cogl.git/commitdiff/611aea59f602e4a1d1cfe41de02f42b61634da00



More information about the pld-cvs-commit mailing list