From 5e29c120904d4a12e3bd80b54a35d0f5b362e0af Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 23 Feb 2004 15:30:21 +0000 Subject: 2004-02-23 Tim Waugh * Makefile, initscripts.spec: Use ':' instead of '.' as separator for chown. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aea26ec5..fbc08b4c 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install: make install PREFIX=$(ROOT) -C po mkdir -p $(ROOT)/var/run/netreport $(ROOT)/var/log - chown $(SUPERUSER).$(SUPERGROUP) $(ROOT)/var/run/netreport + chown $(SUPERUSER):$(SUPERGROUP) $(ROOT)/var/run/netreport chmod u=rwx,g=rwx,o=rx $(ROOT)/var/run/netreport touch $(ROOT)/var/run/utmp touch $(ROOT)/var/log/wtmp -- cgit