aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xend
diff options
context:
space:
mode:
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