From 93385a5216b42bfff0985f064c0b55e4abcb8e5d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 17 Aug 2000 03:25:41 +0000 Subject: Don't install stuff writable to group wheel --- graphics/urt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/urt') diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 29726e08d8ac..4c5a91ae4159 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -70,8 +70,8 @@ post-install: cd ${PREFIX}/share/examples/urt; \ ${TAR} xf $(DISTDIR)/urt-img.tar; \ ${CHOWN} -R root:wheel . ; \ - find . -type d -exec ${CHMOD} 775 '{}' \; ; \ - find . -type f -exec ${CHMOD} 664 '{}' \; + find . -type d -exec ${CHMOD} 755 '{}' \; ; \ + find . -type f -exec ${CHMOD} 644 '{}' \; .endif .include -- cgit v1.2.3