Use :', rather than .' to separate user and group in chown commands

in case we ever decide to remove the support for the (obsolete) `.'
separator.
This commit is contained in:
jtc 1993-10-01 00:16:44 +00:00
parent ac6235ba1b
commit 28d14a325c
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1993/08/02 17:42:41 mycroft Exp $
# $Id: Makefile,v 1.8 1993/10/01 00:16:44 jtc Exp $
PROG= eqn
SRCS= main.cc lex.cc box.cc limit.cc list.cc over.cc text.cc\
@ -14,7 +14,7 @@ lex.o: eqn.cc
afterinstall:
sed -e 's/@g@/$(g)/g' $(.CURDIR)/neqn.sh > $(DESTDIR)$(BINDIR)/neqn
chown ${BINOWN}.${BINGRP} $(DESTDIR)$(BINDIR)/neqn
chown ${BINOWN}:${BINGRP} $(DESTDIR)$(BINDIR)/neqn
chmod ${BINMODE} $(DESTDIR)$(BINDIR)/neqn
.include "../../Makefile.inc"

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
# $Id: Makefile,v 1.23 1993/08/16 00:26:07 mycroft Exp $
# $Id: Makefile,v 1.24 1993/10/01 00:22:00 jtc Exp $
# Doing a make install builds /usr/include
#
@ -57,7 +57,7 @@ realinstall:
rm -f ${DESTDIR}/usr/include/$$i; \
ln -s machine/$$i ${DESTDIR}/usr/include/$$i; \
done
@chown -R ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include
@chown -R ${BINOWN}:${BINGRP} ${DESTDIR}/usr/include
@chmod -R a-w ${DESTDIR}/usr/include
beforeinstall:

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
# $Id: Makefile,v 1.9 1993/08/01 05:41:52 mycroft Exp $
# $Id: Makefile,v 1.10 1993/10/01 00:22:14 jtc Exp $
.SUFFIXES: .x
@ -27,7 +27,7 @@ install: all
(install ${COPY} -m 644 $$i ${DESTDIR}/usr/include/rpcsvc) done
@for i in $(HFILES); do \
(install -c -m 644 ${.CURDIR}/$$i ${DESTDIR}/usr/include/rpcsvc) done
@chown -R ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/rpcsvc
@chown -R ${BINOWN}:${BINGRP} ${DESTDIR}/usr/include/rpcsvc
@chmod -R a-w ${DESTDIR}/usr/include/rpcsvc
.x.h: