xenpaging: install into LIBEXEC dir
authorOlaf Hering <olaf@aepfle.de>
Sun, 20 Nov 2011 16:02:42 +0000 (17:02 +0100)
committerOlaf Hering <olaf@aepfle.de>
Sun, 20 Nov 2011 16:02:42 +0000 (17:02 +0100)
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>
tools/xenpaging/Makefile

index 6c658c6123c3993e6839b1ae522edce19c0f712b..e80ae5d6a38e4ace818b6138d60f9acf0d6f9f86 100644 (file)
@@ -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)