]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- parallel install is broken just as build is master
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Nov 2023 08:27:45 +0000 (09:27 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Nov 2023 08:27:45 +0000 (09:27 +0100)
proftpd.spec

index a74972405601ab3f3fe60b2bc5ecc5251d3f8e7b..dbdb94998fcad60b71e54be98c0ec9e993423ff7 100644 (file)
@@ -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)
This page took 0.239008 seconds and 4 git commands to generate.