Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header

install commands to be consistent with other header files.
This commit is contained in:
Rodney W. Grimes
1993-08-23 05:26:19 +00:00
parent 9f07bdff86
commit f8851ba62f
+2 -2
View File
@@ -1,4 +1,4 @@
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.1 1993/07/30 20:15:28 conklin Exp $ # $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.2 1993/08/08 04:38:56 rgrimes Exp $
LIB= gnuregex LIB= gnuregex
CFLAGS+=-DHAVE_STRING_H=1 CFLAGS+=-DHAVE_STRING_H=1
@@ -6,7 +6,7 @@ SRCS= regex.c
NOMAN= noman NOMAN= noman
beforeinstall: beforeinstall:
install -c -o root -g wheel -m 444 ${.CURDIR}/regex.h \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
${DESTDIR}/usr/include ${DESTDIR}/usr/include
.include <bsd.lib.mk> .include <bsd.lib.mk>