aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-11-20 17:02:42 +0100
committerOlaf Hering <olaf@aepfle.de>2011-11-20 17:02:42 +0100
commitab0be33d43ea0187599210a13fdd8f10bbcacd25 (patch)
tree356cde180527f0949ecd73a22abbb1c1cb56ca91 /tools/xenpaging
parentbf67b6d6911aae2a4c22686459879db700c21f84 (diff)
downloadxen-ab0be33d43ea0187599210a13fdd8f10bbcacd25.tar.gz
xen-ab0be33d43ea0187599210a13fdd8f10bbcacd25.tar.bz2
xen-ab0be33d43ea0187599210a13fdd8f10bbcacd25.zip
xenpaging: install into LIBEXEC dir
In preparation of upcoming libxl integration, move xenpaging binary from /usr/sbin/ to /usr/lib/xen/bin/ 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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
index 6c658c6123..e80ae5d6a3 100644
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -24,8 +24,8 @@ xenpaging: $(OBJS)
install: all
$(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging
- $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
- $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR)
+ $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC)
+ $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(LIBEXEC)
clean:
rm -f *.o *~ $(DEPS) xen TAGS $(IBINS) $(LIB)