From 5d49535ed95db82dd418f984dad94f9befa330a3 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 10 Oct 2000 16:03:15 +0000 Subject: fix top-level makefile install target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.1