]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Drop execute permissions on virsh bash completion command
authorJim Fehlig <jfehlig@suse.com>
Thu, 30 Jan 2020 18:29:41 +0000 (11:29 -0700)
committerJim Fehlig <jfehlig@suse.com>
Fri, 31 Jan 2020 15:49:04 +0000 (08:49 -0700)
commit72ed254b38571a2139ed2a43607e07750fea459f
treed2ef864e5189fe26ca3a92a7cb54e489fb6b3dd8
parente8d5eb0cdec4c4c2e7aea2ebf66dfe6f5b4cb526
build: Drop execute permissions on virsh bash completion command

rpmlint complains about "script-without-shebang" due to the execute
permissions on /usr/share/bash-completion/completions/vsh. Use
INSTALL_DATA instead of INSTALL_SCRIPT to avoid the unnecessary
execute permissions.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tools/Makefile.am