aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-12 09:36:10 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-12 09:36:10 +0000
commitcf36fcf0e36e6d7fe6b078a9d01e7c6e92e6f1eb (patch)
tree2c88c1191934dfd6e52191b057b478fc09393aff /tools/python/Makefile
parentd51faf6cce847264793c49d0da9c2c715d7086d7 (diff)
downloadxen-cf36fcf0e36e6d7fe6b078a9d01e7c6e92e6f1eb.tar.gz
xen-cf36fcf0e36e6d7fe6b078a9d01e7c6e92e6f1eb.tar.bz2
xen-cf36fcf0e36e6d7fe6b078a9d01e7c6e92e6f1eb.zip
bitkeeper revision 1.1159.170.89 (41e4ef8aHmcX3lP2zVDZBpN59cSX6A)
Python packages always install to ${prefix}/us/lib/python/xen/...
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index 7dc74a1072..a3f4face53 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -3,13 +3,7 @@ all:
python setup.py build
install: all
- if [ "$(prefix)" = "" ]; then \
- python setup.py install; \
- elif [ "$(dist)" = "yes" ]; then \
- python setup.py install --home="$(prefix)"; \
- else \
- python setup.py install --root="$(prefix)"; \
- fi
+ python setup.py install --home="$(prefix)/usr"
clean:
rm -rf build *.pyc *.pyo *.o *.a *~