From a8e0d4f25f78d3dcd8651ebb096f1c3d86037e72 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Fri, 20 Nov 2009 15:28:26 +0000 Subject: Make bash completion directory configurable. Some systems install completion scripts in /usr/share/bash-completion, make the location configurable from Makefile.config. --- Makefile.config | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 63c90a8c..d72a39ef 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1 +1,2 @@ prefix = /usr/local +bash_completion_dir = /etc/bash_completion.d -- cgit v1.2.3