aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTim Waugh <twaugh@redhat.com>2004-02-23 15:30:21 +0000
committerTim Waugh <twaugh@redhat.com>2004-02-23 15:30:21 +0000
commit5e29c120904d4a12e3bd80b54a35d0f5b362e0af (patch)
treef02f53613e05ba2978aa4f7d91a34c1edbe2cafd /Makefile
parenteabf863ef11141531f314d030439ed9ce668d6d8 (diff)
downloadinitscripts-5e29c120904d4a12e3bd80b54a35d0f5b362e0af.tar
initscripts-5e29c120904d4a12e3bd80b54a35d0f5b362e0af.tar.gz
initscripts-5e29c120904d4a12e3bd80b54a35d0f5b362e0af.tar.bz2
initscripts-5e29c120904d4a12e3bd80b54a35d0f5b362e0af.tar.xz
initscripts-5e29c120904d4a12e3bd80b54a35d0f5b362e0af.zip
2004-02-23 Tim Waugh <twaugh@redhat.com>
* Makefile, initscripts.spec: Use ':' instead of '.' as separator for chown.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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