[packages/apertium-dict-mk-en] - no parallel make

qboosh qboosh at pld-linux.org
Tue Jul 2 17:44:41 CEST 2013


commit b0f78a1b3c5196eeaa60258f3ea992ea40a18e4a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 2 17:44:08 2013 +0200

    - no parallel make

 apertium-dict-mk-en.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apertium-dict-mk-en.spec b/apertium-dict-mk-en.spec
index 3201928..d919a2a 100644
--- a/apertium-dict-mk-en.spec
+++ b/apertium-dict-mk-en.spec
@@ -40,13 +40,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-mk-en.git/commitdiff/b0f78a1b3c5196eeaa60258f3ea992ea40a18e4a



More information about the pld-cvs-commit mailing list