aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon/Makefile
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-01-11 16:23:16 +0000
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-01-11 16:23:16 +0000
commita72cda2a94ccacbefcf81f0cfedb0646af9b1ef6 (patch)
tree8896c115b58fd33a6d251fc0aa86f9c3dbda5649 /tools/xenmon/Makefile
parent6bc154ed1e341a48ec3e21c08dc10fda9734aedd (diff)
downloadxen-a72cda2a94ccacbefcf81f0cfedb0646af9b1ef6.tar.gz
xen-a72cda2a94ccacbefcf81f0cfedb0646af9b1ef6.tar.bz2
xen-a72cda2a94ccacbefcf81f0cfedb0646af9b1ef6.zip
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@xensource.com>
Diffstat (limited to 'tools/xenmon/Makefile')
-rw-r--r--tools/xenmon/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
index 7fdf786445..6ff8391f9c 100644
--- a/tools/xenmon/Makefile
+++ b/tools/xenmon/Makefile
@@ -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