aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2000-10-10 16:03:15 +0000
committerNalin Dahyabhai <nalin@redhat.com>2000-10-10 16:03:15 +0000
commit5d49535ed95db82dd418f984dad94f9befa330a3 (patch)
treeb1e78759658535460d1c778f529decd2471ab82a /Makefile
parent55e1442f04cc36d0a514d4b13c9667b1b44effa6 (diff)
downloadinitscripts-5d49535ed95db82dd418f984dad94f9befa330a3.tar
initscripts-5d49535ed95db82dd418f984dad94f9befa330a3.tar.gz
initscripts-5d49535ed95db82dd418f984dad94f9befa330a3.tar.bz2
initscripts-5d49535ed95db82dd418f984dad94f9befa330a3.tar.xz
initscripts-5d49535ed95db82dd418f984dad94f9befa330a3.zip
fix top-level makefile install target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84edd235..836bb25d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
ROOT=/
+SUPERUSER=root
+SUPERGROUP=root
VERSION=$(shell awk '/Version:/ { print $$2 }' initscripts.spec)
CVSTAG = r$(subst .,-,$(VERSION))
@@ -38,7 +40,7 @@ install:
ln -sf ../../../sbin/ifdown . )
(cd src; make install ROOT=$(ROOT) mandir=$(mandir))
mkdir -p $(ROOT)/var/run/netreport
- chown root.root $(ROOT)/var/run/netreport
+ chown $(SUPERUSER).$(SUPERGROUP) $(ROOT)/var/run/netreport
chmod og=rwx,o=rx $(ROOT)/var/run/netreport
check: