aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.config
diff options
context:
space:
mode:
authorGravatar James Rowe <jnrowe@gmail.com>2009-11-20 15:28:26 +0000
committerGravatar Carl Worth <cworth@cworth.org>2009-11-21 00:14:06 +0100
commita8e0d4f25f78d3dcd8651ebb096f1c3d86037e72 (patch)
tree3558d9270e2fe1fa253af601147f87e3bd38949a /Makefile.config
parent3ae12b1e286d1c0041a2e3957cb01daa2981dad9 (diff)
Make bash completion directory configurable.
Some systems install completion scripts in /usr/share/bash-completion, make the location configurable from Makefile.config.
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config1
1 files changed, 1 insertions, 0 deletions
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