[packages/proftpd] - parallel install is broken just as build is

baggins baggins at pld-linux.org
Sun Nov 26 10:38:53 CET 2023


commit f208b90817552954cece7b50a6b3f7b076c9bdaf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 26 09:27:45 2023 +0100

    - parallel install is broken just as build is

 proftpd.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/proftpd.git/commitdiff/f208b90817552954cece7b50a6b3f7b076c9bdaf



More information about the pld-cvs-commit mailing list