From 01c410f7374160dfb4e0884bc574b95ea318d5c8 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 28 Nov 2011 10:32:51 -0500 Subject: [PATCH] Use /etc/bash_completion.d, not /etc/profile.d for bash completion script Also use _DATA, not _SCRIPTS, to ensure that the installed file is not executable. Signed-off-by: David Zeuthen --- tools/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index f7f54a8..23ca1f1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -58,10 +58,10 @@ umount_udisks2_LDADD = \ # ---------------------------------------------------------------------------------------------------- -profiledir = $(sysconfdir)/profile.d -profile_SCRIPTS = udisksctl-bash-completion.sh +bash_completiondir = $(sysconfdir)/bash_completion.d +bash_completion_DATA = udisksctl-bash-completion.sh -EXTRA_DIST = $(profile_SCRIPTS) +EXTRA_DIST = $(bash_completion_DATA) clean-local : rm -f *~ $(service_DATA) $(dbusconf_DATA) -- 2.7.4