summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-03-19 16:16:56 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-03-19 16:16:56 +0000
commitc6b906f90bc633705ec0651dabe493740ca7ac5f (patch)
tree7938f08b5fe86155498f9dfc00273488115f6487
parent9769eb093465d82ef0e1528a8bde04bd81769851 (diff)
Stricter file permissions upon install.
ok espie@
-rw-r--r--gnu/lib/libstdc++/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile.bsd-wrapper b/gnu/lib/libstdc++/Makefile.bsd-wrapper
index 00bcb430f2b..b12fb2d5226 100644
--- a/gnu/lib/libstdc++/Makefile.bsd-wrapper
+++ b/gnu/lib/libstdc++/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2004/02/09 02:29:26 drahn Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2004/03/19 16:16:55 miod Exp $
LIBIBERTY_INCLUDES=${.CURDIR}/../libiberty/include
LIBIBERTY_SRCDIR=${.CURDIR}/../libiberty/src
@@ -21,6 +21,8 @@ install: all
install DESTDIR=${DESTDIR} INCLUDE_SUBDIR=
# XXX
rm -f ${DESTDIR}/usr/lib/libstdc++.la ${DESTDIR}/usr/lib/libsupc++.la
+ chmod ${NONBINMODE} ${DESTDIR}/usr/lib/libstdc++.* \
+ ${DESTDIR}/usr/lib/libsupc++.*
# cd ${.OBJDIR}/include && ${MAKE} ${MAKE_FLAGS} all