From: Jan Rękorajski Date: Sun, 26 Nov 2023 08:27:45 +0000 (+0100) Subject: - parallel install is broken just as build is X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fproftpd.git;a=commitdiff_plain;h=f208b90817552954cece7b50a6b3f7b076c9bdaf - parallel install is broken just as build is --- diff --git a/proftpd.spec b/proftpd.spec index a749724..dbdb949 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -637,7 +637,7 @@ install -d $RPM_BUILD_ROOT/etc/{pam.d,security,sysconfig/rc-inetd,rc.d/init.d} \ $RPM_BUILD_ROOT%{_includedir}/%{name} \ $RPM_BUILD_ROOT%{systemdtmpfilesdir} -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT \ INSTALL_USER=%(id -u) \ INSTALL_GROUP=%(id -g)