aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pygrub
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-31 13:30:50 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-03-31 13:30:50 +0100
commit98da66a3bda9c9d31630c7d794db68413916a104 (patch)
treeb12ad747fe7ffcdf7dda42c266ff0e5cfce3c374 /tools/pygrub
parente24c23a5110ee350c95ed7400f8270e4bb4d9f33 (diff)
downloadxen-98da66a3bda9c9d31630c7d794db68413916a104.tar.gz
xen-98da66a3bda9c9d31630c7d794db68413916a104.tar.bz2
xen-98da66a3bda9c9d31630c7d794db68413916a104.zip
build: Get rid of some more hardcoded install paths
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/pygrub')
-rw-r--r--tools/pygrub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile
index 03c8ed9530..48e982c075 100644
--- a/tools/pygrub/Makefile
+++ b/tools/pygrub/Makefile
@@ -12,7 +12,7 @@ build:
ifndef XEN_PYTHON_NATIVE_INSTALL
install: LIBPATH=$(shell PYTHONPATH=../python/xen/util python -c "import auxbin; print auxbin.libpath()")
install: all
- CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" --prefix="" --install-lib="$(DESTDIR)$(LIBPATH)/python"
+ CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)$(PREFIX)" --prefix="" --install-lib="$(DESTDIR)$(LIBDIR)/python"
$(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot
else
install: all