aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authoremellor@ewan <emellor@ewan>2005-10-11 14:55:12 +0100
committeremellor@ewan <emellor@ewan>2005-10-11 14:55:12 +0100
commitaf1b5637f43be85942027749777c21bee4d84e65 (patch)
tree272106a1a4c2527d73dc6f8d3d0040125468bf55 /tools/xcutils
parent490bab7b96c76d645c143e37a4adad5a3f597bbf (diff)
downloadxen-af1b5637f43be85942027749777c21bee4d84e65.tar.gz
xen-af1b5637f43be85942027749777c21bee4d84e65.tar.bz2
xen-af1b5637f43be85942027749777c21bee4d84e65.zip
Allow parallel 32- and 64-bit Xen installations. Move xc_save, xc_restore,
and xenconsole out of /usr/libexec/xen and into one of /usr/lib/xen/bin or /usr/lib64/xen/bin. Remove all the PATH hacking inside Xend, and rely upon the PATH being set correctly from outside. Added an auxbin module for handling the hacky stuff. Replace the few /usr/bin/python bang paths with /usr/bin/env python. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index 2a0d13b4ce..b7de270e07 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -15,7 +15,7 @@ INSTALL_DIR = $(INSTALL) -d -m0755
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
-PROGRAMS_INSTALL_DIR = /usr/libexec/xen
+PROGRAMS_INSTALL_DIR = /usr/$(LIBDIR)/xen/bin
INCLUDES += -I $(XEN_LIBXC)