]> git.pld-linux.org Git - packages/php.git/commitdiff
install is racy
authorElan Ruusamäe <glen@delfi.ee>
Tue, 17 Dec 2013 22:19:27 +0000 (00:19 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 17 Dec 2013 22:19:27 +0000 (00:19 +0200)
php.spec

index e77947c45dd720ca1e6e288165adfc41eab5ad3f..4064a237600a6b60ef6709f9079378db3b19a866 100644 (file)
--- 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
 
This page took 0.339253 seconds and 4 git commands to generate.