bash-completion: remove executable permission
bash-completion scripts are sourced.
This commit is contained in:
parent
3526946a41
commit
eb1c3d0d74
@ -984,7 +984,7 @@ find ./tests ./run-tests.sh -type f | cpio -pd %{buildroot}%{_prefix}/share/glus
|
||||
%endif
|
||||
|
||||
## Install bash completion for cli
|
||||
install -p -m 0755 -D extras/command-completion/gluster.bash \
|
||||
install -p -m 0644 -D extras/command-completion/gluster.bash \
|
||||
%{buildroot}%{bash_completions_dir}/gluster
|
||||
|
||||
##-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user