commit f208b90817552954cece7b50a6b3f7b076c9bdaf
Author: Jan RÄ™korajski <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to