From 7f7a1beb0ffc9c09d1633d7b24441f971b56cafa Mon Sep 17 00:00:00 2001 From: John Hood Date: Sun, 28 Jun 2015 16:13:35 -0400 Subject: [PATCH] Fix bad bash-completion directory in non pkg-config case. Signed-off-by: John Hood --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 47f953b..422ebee 100644 --- a/configure.ac +++ b/configure.ac @@ -377,7 +377,7 @@ AS_IF([test "$install_completion" != no], else completions="`pkg-config --define-variable=prefix=$prefix --variable=completionsdir bash-completion`" fi], - [completions="${sysconfdir}/bash-completion.d"]) + [completions="${sysconfdir}/bash_completion.d"]) AC_SUBST([completions])]) AC_CONFIG_FILES([