[glib] Install completion scripts as DATA, not SCRIPTS



commit 8fdfa8bf3322c9ab3a1619750de47db978f8a32e
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Jul 3 17:37:35 2011 +0200

    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.

 gio/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 1116d74..f8bfe9e 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -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)



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