All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] [xen-ocaml-tools.hg] install xenstored in /usr/sbin instead of /usr/bin
@ 2009-04-17 15:44 Alex Zeffertt
  0 siblings, 0 replies; only message in thread
From: Alex Zeffertt @ 2009-04-17 15:44 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 70 bytes --]

Make "make install" install to the same place as the C version does.


[-- Attachment #2: install-xenstored-in-usr-sbin --]
[-- Type: text/plain, Size: 712 bytes --]

(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 <alex.zeffertt@eu.citrix.com>

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/.


[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-17 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 15:44 [PATCH 1/7] [xen-ocaml-tools.hg] install xenstored in /usr/sbin instead of /usr/bin Alex Zeffertt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.