From aaff02ccc81be86ce23624271cd26f99e4bd29a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 25 Nov 2014 19:25:38 +0100 Subject: [PATCH] - parallel install doesn't work --- ifhp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifhp.spec b/ifhp.spec index 94798d4..0f45e96 100644 --- a/ifhp.spec +++ b/ifhp.spec @@ -69,7 +69,7 @@ Jest to podstawowy filtr dla zarządcy drukowania LPRng. rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_sysconfdir} -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT mv -f $RPM_BUILD_ROOT%{_sysconfdir}/ifhp.conf.sample . -- 2.44.0