Skip to content

Commit

Permalink
install with make -j1 (racy)
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 2, 2012
1 parent e24590f commit a46e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-completion.spec
Expand Up @@ -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

Expand Down

0 comments on commit a46e7a4

Please sign in to comment.