diff options
author | rillig <rillig@pkgsrc.org> | 2006-12-21 19:33:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-12-21 19:33:28 +0000 |
commit | 42c2229335471e1a44191cea292e4d512b1ca5cc (patch) | |
tree | 5c71ae02ae4fe71133e8ef694e072b4ade05fc21 /mail/anomy-sanitizer | |
parent | 166eb2d17f1ca35a4f0df68930d50bd72038a509 (diff) | |
download | pkgsrc-42c2229335471e1a44191cea292e4d512b1ca5cc.tar.gz |
Oops, some files had been installed with mode 600. Take 644 instead.
Diffstat (limited to 'mail/anomy-sanitizer')
-rw-r--r-- | mail/anomy-sanitizer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index 9670c5a9282..cb26f491a9d 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/12/21 19:29:43 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/12/21 19:33:28 rillig Exp $ # DISTNAME= anomy-sanitizer-1.76 @@ -29,7 +29,7 @@ ANOMYDOC= ${PREFIX}/share/doc/anomy-sanitizer INSTALLATION_DIRS= sbin post-extract: - chmod -R u+w,go-w ${WRKSRC} + chmod -R u+w,go-w,a+r ${WRKSRC} cd ${WRKSRC}/bin/Anomy && chmod -x *.pm */*.pm do-build: |