Install in /usr/sbin, not /usr/local/sbin, for consistency with the rest of the
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 11 Jan 2006 16:23:16 +0000 (16:23 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 11 Jan 2006 16:23:16 +0000 (16:23 +0000)
Xen distribution.  Closes bug #462.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xenmon/Makefile

index 7fdf7864454f3a6ee7bdaa2902144fe66bed6ffa..6ff8391f9c45d2a6a9bfd355a2e008d0e2d6c2c2 100644 (file)
 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