aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-22 18:47:22 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-22 18:47:22 +0000
commit79e0b9479d3d37940fdbff83183daaeafacbe668 (patch)
tree6def833bae310ff7ca34200334c477c140dc7811 /tools/python/Makefile
parent9a6ad742e65e08f7b772683581288847c6a69885 (diff)
downloadxen-79e0b9479d3d37940fdbff83183daaeafacbe668.tar.gz
xen-79e0b9479d3d37940fdbff83183daaeafacbe668.tar.bz2
xen-79e0b9479d3d37940fdbff83183daaeafacbe668.zip
python: Don't install anything directly under /usr/share
Signed-off-by: Guillaume Rousse <Guillaume.Rousse@inria.fr>
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index 6fa4d5b00e..7dfc45948d 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -63,8 +63,8 @@ install: install-messages install-dtd
$(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" --force
install-dtd: all
- $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)
- $(INSTALL_DATA) xen/xm/create.dtd $(DESTDIR)$(SHAREDIR)
+ $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/xen
+ $(INSTALL_DATA) xen/xm/create.dtd $(DESTDIR)$(SHAREDIR)/xen
install-messages: all
set -e; if which $(MSGFMT) >/dev/null ; then \