diff options
author | Tim Waugh <twaugh@redhat.com> | 2004-02-23 15:30:21 +0000 |
---|---|---|
committer | Tim Waugh <twaugh@redhat.com> | 2004-02-23 15:30:21 +0000 |
commit | 5e29c120904d4a12e3bd80b54a35d0f5b362e0af (patch) | |
tree | f02f53613e05ba2978aa4f7d91a34c1edbe2cafd /Makefile | |
parent | eabf863ef11141531f314d030439ed9ce668d6d8 (diff) | |
download | initscripts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |