[packages/apertium-dict-pt-gl] - no parallel make

qboosh qboosh at pld-linux.org
Mon Jul 1 20:59:46 CEST 2013


commit 0ca5a779b2ce011217ced3c22a305429a87079ab
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jul 1 20:59:40 2013 +0200

    - no parallel make

 apertium-dict-pt-gl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apertium-dict-pt-gl.spec b/apertium-dict-pt-gl.spec
index b9ea240..891c2c1 100644
--- a/apertium-dict-pt-gl.spec
+++ b/apertium-dict-pt-gl.spec
@@ -38,13 +38,13 @@ oznaczania części mowy w obu językach.
 %{__automake}
 %configure
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/apertium/modes
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # not needed here (see modes subdir) and contain wrong (builddir) paths
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apertium-dict-pt-gl.git/commitdiff/0ca5a779b2ce011217ced3c22a305429a87079ab



More information about the pld-cvs-commit mailing list