From a24615b78f34bf22d0dd9ae41c735ab172390c91 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Wed, 12 Mar 2008 16:03:07 +0000 Subject: [PATCH] Turn off parallel make --- indent.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indent.spec b/indent.spec index 1cf0387..03c0627 100644 --- a/indent.spec +++ b/indent.spec @@ -34,7 +34,8 @@ you want a program to format your code. %build %configure -make %{?_smp_mflags} +# Parallel make doesn't work +make %install rm -rf $RPM_BUILD_ROOT