pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/anomy-sanitizer Oops, some files had been install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49fdbdb1f621
branches:  trunk
changeset: 522793:49fdbdb1f621
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 21 19:33:28 2006 +0000

description:
Oops, some files had been installed with mode 600. Take 644 instead.

diffstat:

 mail/anomy-sanitizer/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 88dab5d8e0cc -r 49fdbdb1f621 mail/anomy-sanitizer/Makefile
--- a/mail/anomy-sanitizer/Makefile     Thu Dec 21 19:29:43 2006 +0000
+++ b/mail/anomy-sanitizer/Makefile     Thu Dec 21 19:33:28 2006 +0000
@@ -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 @@
 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:



Home | Main Index | Thread Index | Old Index