From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zeffertt Subject: [PATCH 1/7] [xen-ocaml-tools.hg] install xenstored in /usr/sbin instead of /usr/bin Date: Fri, 17 Apr 2009 16:44:05 +0100 Message-ID: <49E8A3C5.2060809@eu.citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030607010109040507060305" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------030607010109040507060305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Make "make install" install to the same place as the C version does. --------------030607010109040507060305 Content-Type: text/plain; name="install-xenstored-in-usr-sbin" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="install-xenstored-in-usr-sbin" (Support for being checked out by xen-unstable.hg under tools/ and used to build an alternative to the C version of xenstored in tools/xenstore) Install xenstored in /usr/sbin rather than /usr/bin, like xen-unstable.hg/tools/xenstore does Signed-off-by: Alex Zeffertt diff -r d901f717097b Makefile --- a/Makefile Fri Jan 30 11:39:54 2009 +0000 +++ b/Makefile Tue Mar 24 14:07:11 2009 +0000 @@ -11,8 +11,8 @@ done install-programs: all - $(INSTALL) -d $(DESTDIR)/usr/bin - $(INSTALL) xenstored/xenstored $(DESTDIR)/usr/bin/. + $(INSTALL) -d $(DESTDIR)/usr/sbin + $(INSTALL) xenstored/xenstored $(DESTDIR)/usr/sbin/. install-scripts: $(INSTALL) -d $(DESTDIR)/etc/xen/. --------------030607010109040507060305 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------030607010109040507060305--