projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2080bb1
)
Install completion scripts as DATA, not SCRIPTS
author
Ryan Lortie
<desrt@desrt.ca>
Sun, 3 Jul 2011 15:37:35 +0000
(17:37 +0200)
committer
Ryan Lortie
<desrt@desrt.ca>
Sun, 3 Jul 2011 15:37:35 +0000
(17:37 +0200)
They are sourced by the shell and don't include a #!/bin/sh, so they shouldn't
be marked as executable.
gio/Makefile.am
patch
|
blob
|
history
diff --git
a/gio/Makefile.am
b/gio/Makefile.am
index
1116d74
..
f8bfe9e
100644
(file)
--- 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)