[dconf] Don't install bash completion file as executable script



commit 8ad8de085e2a68229fc65dafda22d6f2d3f5e449
Author: Michael Biebl <biebl debian org>
Date:   Sun Jun 5 16:57:14 2011 +0200

    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

 bin/Makefile.am |    2 +-
 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]