aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xend
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-18 14:48:11 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-18 14:48:11 +0000
commitfcaa8335c31d2ab6682ea39b607f9fa80599e168 (patch)
treecf66e11dbda0b307ccfe9f7df0e1479ce4110e5e /tools/xend
parentbee5b0bb130f42dabd8cbdcd035d8f737e725dbc (diff)
downloadxen-fcaa8335c31d2ab6682ea39b607f9fa80599e168.tar.gz
xen-fcaa8335c31d2ab6682ea39b607f9fa80599e168.tar.bz2
xen-fcaa8335c31d2ab6682ea39b607f9fa80599e168.zip
bitkeeper revision 1.809 (4059b6abq9zvnfmJ9cVcMhBo_lOhew)
Many files: Scheduler updates. sched_ctl.h: Rename: xen/include/hypervisor-ifs/sched-ctl.h -> xen/include/hypervisor-ifs/sched_ctl.h
Diffstat (limited to 'tools/xend')
-rw-r--r--tools/xend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xend/Makefile b/tools/xend/Makefile
index 93c0cfe1f7..944620d5ec 100644
--- a/tools/xend/Makefile
+++ b/tools/xend/Makefile
@@ -4,7 +4,7 @@ all:
install: all
if [ "$(prefix)" = "" ]; then python setup.py install; \
- else python setup.py install --home="$(prefix)"; fi
+ else python setup.py install --root="$(prefix)"; fi
mkdir -p $(prefix)/usr/sbin
install -m0755 xend $(prefix)/usr/sbin