[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Install in /usr/sbin, not /usr/local/sbin, for consistency with the rest of the
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID 5ab7cf758e2f97120d2c0a170587ed9a0b7d23cb # Parent c886f74b54a4123ff762f3ca65c7f86fd1339777 Install in /usr/sbin, not /usr/local/sbin, for consistency with the rest of the Xen distribution. Closes bug #462. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r c886f74b54a4 -r 5ab7cf758e2f tools/xenmon/Makefile --- a/tools/xenmon/Makefile Wed Jan 11 12:02:54 2006 +++ b/tools/xenmon/Makefile Wed Jan 11 16:23:16 2006 @@ -13,12 +13,9 @@ INSTALL = install INSTALL_PROG = $(INSTALL) -m0755 INSTALL_DIR = $(INSTALL) -d -m0755 -INSTALL_DATA = $(INSTALL) -m064 +INSTALL_DATA = $(INSTALL) -m0644 -prefix=/usr/local -mandir=$(prefix)/share/man -man1dir=$(mandir)/man1 -sbindir=$(prefix)/sbin +sbindir=/usr/sbin XEN_ROOT=../.. include $(XEN_ROOT)/tools/Rules.mk _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |