From: Marcin Krol Date: Sun, 22 Jul 2018 21:15:09 +0000 (+0000) Subject: - fix install X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=1b9056458e604eb247410331b2df58b131277cdb - fix install --- diff --git a/apache.spec b/apache.spec index 7099ddf..2b87bd8 100644 --- a/apache.spec +++ b/apache.spec @@ -2801,7 +2801,7 @@ install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig} \ $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d,vhosts.d} \ $RPM_BUILD_ROOT%{_datadir}/{cgi-bin,vhosts} -%{__make} -C build install \ +%{__make} -j 1 -C build install \ DESTDIR=$RPM_BUILD_ROOT # clean "ccache" prefix. confuses other build systems (like php)