mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Install completion scripts as DATA, not SCRIPTS
They are sourced by the shell and don't include a #!/bin/sh, so they shouldn't be marked as executable.
This commit is contained in:
parent
2080bb1dc0
commit
8fdfa8bf33
@ -623,7 +623,7 @@ gdbus_LDADD = libgio-2.0.la \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la
|
||||
|
||||
completiondir = $(sysconfdir)/bash_completion.d
|
||||
completion_SCRIPTS = \
|
||||
completion_DATA = \
|
||||
gdbus-bash-completion.sh \
|
||||
gsettings-bash-completion.sh
|
||||
EXTRA_DIST += $(completion_SCRIPTS)
|
||||
|
Loading…
Reference in New Issue
Block a user