From: Olaf Hering Date: Sun, 20 Nov 2011 16:02:42 +0000 (+0100) Subject: xenpaging: install into LIBEXEC dir X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab0be33d43ea0187599210a13fdd8f10bbcacd25;p=xen.git 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 Committed-by: Ian Jackson --- 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)