diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-01 11:29:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-01 11:29:15 +0000 |
commit | 7cd32f9a7577b5f0e75f1b03cc1815d891b114d0 (patch) | |
tree | 041b90e8a4c2e2e8b1d6d70b49aa21992913f0aa | |
parent | 9e5c9f5b48bb1a8b6b9129bd0698edb68d300713 (diff) | |
download | pkgsrc-7cd32f9a7577b5f0e75f1b03cc1815d891b114d0.tar.gz |
Joerg, could you please read the chmod(1) man page before making
directories inaccessible?
-rw-r--r-- | lang/jasmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index 7d07f8db45f..1a0dcbe88ec 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -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 @@ post-patch: ${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: |