aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-07-21 13:55:00 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-07-21 13:55:00 +0100
commit05ae586e30e515952363089c2c05ed3a39569ac1 (patch)
tree91469b0ef3178d4b70f4d69afbb0fce7730e118b
parenta902c96cb0f9dbe638abb71bc18e0e0aa5c9ad26 (diff)
downloadxen-05ae586e30e515952363089c2c05ed3a39569ac1.tar.gz
xen-05ae586e30e515952363089c2c05ed3a39569ac1.tar.bz2
xen-05ae586e30e515952363089c2c05ed3a39569ac1.zip
tools: fix install bash-completion files to non-default locations.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> xen-unstable changeset: 21565:0c10e80e083b xen-unstable date: Wed Jun 09 07:21:32 2010 +0100 Bash completion scripts go to /etc/bash_completion.d/ Signed-off-by: Keir Fraser <keir.fraser@citrix.com> xen-unstable changeset: 21517:9002641064d8 xen-unstable date: Fri Jun 04 10:09:11 2010 +0100
-rw-r--r--Config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index c5beeaecd7..bb80f122b8 100644
--- a/Config.mk
+++ b/Config.mk
@@ -29,6 +29,7 @@ include $(XEN_ROOT)/config/$(XEN_TARGET_ARCH).mk
SHAREDIR ?= $(PREFIX)/share
DOCDIR ?= $(SHAREDIR)/doc/xen
MANDIR ?= $(SHAREDIR)/man
+BASH_COMPLETION_DIR ?= $(CONFIG_DIR)/bash_completion.d
ifneq ($(EXTRA_PREFIX),)
EXTRA_INCLUDES += $(EXTRA_PREFIX)/include