From 6258662f1adf3120da1f679ee34c44469f12d034 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 2 Jul 2013 18:21:12 +0200 Subject: [PATCH] - no parallel make --- apertium-dict-en-ca.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apertium-dict-en-ca.spec b/apertium-dict-en-ca.spec index 520fac2..dd34d0b 100644 --- a/apertium-dict-en-ca.spec +++ b/apertium-dict-en-ca.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 -- 2.44.0