pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/jasmin Joerg, could you please read the chmod(1) ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/938ad5fb0bbd
branches:  trunk
changeset: 536009:938ad5fb0bbd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 11:29:15 2007 +0000

description:
Joerg, could you please read the chmod(1) man page before making
directories inaccessible?

diffstat:

 lang/jasmin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e588f9c11b54 -r 938ad5fb0bbd lang/jasmin/Makefile
--- a/lang/jasmin/Makefile      Sat Dec 01 11:16:44 2007 +0000
+++ b/lang/jasmin/Makefile      Sat Dec 01 11:29:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/10/05 22:57:55 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2007/12/01 11:29:15 rillig Exp $
 #
 
 DISTNAME=      jasmin-1.06
@@ -22,7 +22,7 @@
                ${SED} -e 's|@PREFIX@|${PREFIX}|g'                      \
                ${WRKSRC}/bin/jasmin.patch > ${WRKSRC}/bin/jasmin &&    \
                ${CHMOD} 755 ${WRKSRC}/bin/jasmin
-       ${CHMOD} -R =urwXgrXorX ${WRKSRC}/
+       ${CHMOD} -R u=rwX,go=rX ${WRKSRC}/
        ${RM} ${WRKSRC}/bin/jasmin.patch
 
 do-install:



Home | Main Index | Thread Index | Old Index