mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Install bash completion files in /usr/share/
The bash-completion code nowadays expects completion files to be installed in /usr/share/bash-completion/completions, and expects them to be named like the command they are completing for. https://bugzilla.gnome.org/show_bug.cgi?id=677782
This commit is contained in:
parent
80b6074aa2
commit
e9ec1ad068
@ -721,11 +721,11 @@ gdbus_LDADD = libgio-2.0.la \
|
||||
$(top_builddir)/glib/libglib-2.0.la \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la
|
||||
|
||||
completiondir = $(sysconfdir)/bash_completion.d
|
||||
completiondir = $(datadir)/bash-completion/completions
|
||||
completion_DATA = \
|
||||
gdbus-bash-completion.sh \
|
||||
gsettings-bash-completion.sh \
|
||||
gresource-bash-completion.sh
|
||||
completion/gdbus \
|
||||
completion/gsettings \
|
||||
completion/gresource
|
||||
EXTRA_DIST += $(completion_DATA)
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user