[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xenpaging: install into LIBEXEC dir



# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1321804962 -3600
# Node ID 2087f21befc202b2ae1c0f8318d51ddd500e1173
# Parent  8eba32b9598cdc60bdc4b446cbc8446078e37c04
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@xxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
---


diff -r 8eba32b9598c -r 2087f21befc2 tools/xenpaging/Makefile
--- a/tools/xenpaging/Makefile  Sun Nov 20 17:02:41 2011 +0100
+++ b/tools/xenpaging/Makefile  Sun Nov 20 17:02:42 2011 +0100
@@ -24,8 +24,8 @@
 
 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)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.