[packages/bash-completion/bash-completion-2.0-DEVEL] install with make -j1 (racy)

glen glen at pld-linux.org
Thu Aug 2 20:56:31 CEST 2012


commit a46e7a4fdff75389dca647091034fb2cf72a3144
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Aug 2 21:56:23 2012 +0300

    install with make -j1 (racy)

 bash-completion.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bash-completion.spec b/bash-completion.spec
index ef18e8e..eb4b0e6 100644
--- a/bash-completion.spec
+++ b/bash-completion.spec
@@ -67,7 +67,7 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 
-%{__make} install \
+%{__make} install -j1 \
 	DESTDIR=$RPM_BUILD_ROOT \
 	profiledir=/etc/shrc.d
 


More information about the pld-cvs-commit mailing list