pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/hiawatha Try to only chmod extracted files, recurs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca7d9ab53119
branches: trunk
changeset: 639813:ca7d9ab53119
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Sep 25 19:46:26 2014 +0000
description:
Try to only chmod extracted files, recursively chmod'ing WRKDIR runs
into problems with e.g. TOOLS_DIR.
diffstat:
www/hiawatha/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a4aac6104ef3 -r ca7d9ab53119 www/hiawatha/Makefile
--- a/www/hiawatha/Makefile Thu Sep 25 19:43:06 2014 +0000
+++ b/www/hiawatha/Makefile Thu Sep 25 19:46:26 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/28 06:30:17 asau Exp $
+# $NetBSD: Makefile,v 1.30 2014/09/25 19:46:26 jperkin Exp $
#
DISTNAME= hiawatha
@@ -37,7 +37,7 @@
${SED} -e "s,@PREFIX@,${PREFIX},g" \
-e "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g" \
< ${FILESDIR}/hiawatha.cfg > ${WRKDIR}/hiawatha.cfg
- ${CHMOD} -R go-w ${WRKSRC}
+ ${CHMOD} -R go-w ${WRKSRC}/[A-Za-z0-9]*
INSTALLATION_DIRS= lib/java/hiawatha ${EGDIR}/WEBROOT/images
Home |
Main Index |
Thread Index |
Old Index