bash-completion: remove executable permission

bash-completion scripts are sourced.
This commit is contained in:
Frédéric Moulins 2022-10-03 19:51:14 +02:00
parent 3526946a41
commit eb1c3d0d74

View File

@ -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
##-----------------------------------------------------------------------------