--- xeno-unstable/tools/xc/py/Makefile.orig 2004-03-18 13:56:48.000000000 +0100 +++ xeno-unstable/tools/xc/py/Makefile 2004-03-18 13:57:17.000000000 +0100 @@ -4,7 +4,7 @@ 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 clean: rm -rf build *.pyc *.pyo *.o *.a *~ --- xeno-unstable/tools/xenctl/Makefile.orig 2004-03-18 13:57:43.000000000 +0100 +++ xeno-unstable/tools/xenctl/Makefile 2004-03-18 13:58:04.000000000 +0100 @@ -4,7 +4,7 @@ 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 clean: rm -rf build *.pyc *.pyo *.o *.a *~ --- xeno-unstable/tools/xend/Makefile.orig 2004-03-18 13:58:54.000000000 +0100 +++ xeno-unstable/tools/xend/Makefile 2004-03-18 13:59:05.000000000 +0100 @@ -4,7 +4,7 @@ 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