Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Install completion scripts as DATA, not SCRIPTS
Browse files Browse the repository at this point in the history
They are sourced by the shell and don't include a #!/bin/sh, so they shouldn't
be marked as executable.
  • Loading branch information
allisonkarlitskaya committed Jul 3, 2011
1 parent 2080bb1 commit 8fdfa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gio/Makefile.am
Expand Up @@ -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)
Expand Down

0 comments on commit 8fdfa8b

Please sign in to comment.