summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-06-05 16:57:14 +0200
committerRyan Lortie <desrt@desrt.ca>2011-07-03 17:35:44 +0200
commit8ad8de085e2a68229fc65dafda22d6f2d3f5e449 (patch)
treed782d6c3b247f2b6fbe78cf53ec8cdfa9e2a64b4
parent7b99c368158db2f622c1bb01de4bdde62270c2d0 (diff)
downloaddconf-8ad8de085e2a68229fc65dafda22d6f2d3f5e449.tar.gz
Don't install bash completion file as executable script
The bash completion file is meant to be sourced and not executed directly. https://bugzilla.gnome.org/show_bug.cgi?id=651936
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index f88de24..f43f40b 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -9,5 +9,5 @@ dconf_LDADD = $(gio_LIBS) ../client/libdconf.so.0
dconf_SOURCES = dconf.vala dconf-update.vala ../gvdb/gvdb-builder.c gvdb.vapi fixes.vapi
completiondir = $(sysconfdir)/bash_completion.d
-completion_SCRIPTS = dconf-bash-completion.sh
+completion_DATA = dconf-bash-completion.sh
EXTRA_DIST = $(completion_SCRIPTS)