summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-23 05:26:19 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-23 05:26:19 +0000
commit85912886f577499fe3c3cda74812b3acc1163bfe (patch)
tree29daddf1e015d89ff629acc6046b8148e5d9b2ad /gnu/lib/libregex
parentb347c1ea8e559ba6690c561d84d2f1f5e525fa5f (diff)
downloadFreeBSD-src-85912886f577499fe3c3cda74812b3acc1163bfe.zip
FreeBSD-src-85912886f577499fe3c3cda74812b3acc1163bfe.tar.gz
Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header
install commands to be consistent with other header files.
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 80f7468..d6e822f 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -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
CFLAGS+=-DHAVE_STRING_H=1
@@ -6,7 +6,7 @@ SRCS= regex.c
NOMAN= noman
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
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud