aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-11-20 17:02:43 +0100
committerOlaf Hering <olaf@aepfle.de>2011-11-20 17:02:43 +0100
commit8a8d8fc344416a6ddb6472906ecebbeaafab6d2f (patch)
tree692fd86d6ec381294205e51bd4dc5dc9866a7d5d /tools/xenpaging
parentab0be33d43ea0187599210a13fdd8f10bbcacd25 (diff)
downloadxen-8a8d8fc344416a6ddb6472906ecebbeaafab6d2f.tar.gz
xen-8a8d8fc344416a6ddb6472906ecebbeaafab6d2f.tar.bz2
xen-8a8d8fc344416a6ddb6472906ecebbeaafab6d2f.zip
xenpaging: add XEN_PAGING_DIR / libxl_xenpaging_dir_path()
Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/xenpaging')
-rw-r--r--tools/xenpaging/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
index e80ae5d6a3..08230a6af5 100644
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -23,7 +23,7 @@ xenpaging: $(OBJS)
$(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS) $(APPEND_LDFLAGS)
install: all
- $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging
+ $(INSTALL_DIR) $(DESTDIR)$(XEN_PAGING_DIR)
$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC)
$(INSTALL_PROG) $(IBINS) $(DESTDIR)$(LIBEXEC)