From 5305a33da5c9db3f6318aba617345f6ceabf3b49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 18 Dec 2013 00:19:27 +0200 Subject: [PATCH] install is racy --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index e77947c..4064a23 100644 --- a/php.spec +++ b/php.spec @@ -2298,7 +2298,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cg $RPM_BUILD_ROOT%{_mandir}/man1 \ # install the Apache modules' files -%{__make} install-headers install-build install-modules install-programs \ +%{__make} -j1 install-headers install-build install-modules install-programs \ phpbuilddir=%{_libdir}/%{name}/build \ INSTALL_ROOT=$RPM_BUILD_ROOT -- 2.44.0