pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/lynx Fix install directory permissions (in case th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e67bd81b38d
branches: trunk
changeset: 487911:0e67bd81b38d
user: tv <tv%pkgsrc.org@localhost>
date: Fri Jan 21 21:50:19 2005 +0000
description:
Fix install directory permissions (in case the mode is not configured to 755).
diffstat:
www/lynx/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7bc645936f07 -r 0e67bd81b38d www/lynx/Makefile
--- a/www/lynx/Makefile Fri Jan 21 21:48:32 2005 +0000
+++ b/www/lynx/Makefile Fri Jan 21 21:50:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2004/11/30 15:33:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.78 2005/01/21 21:50:19 tv Exp $
#
DISTNAME= lynx2.8.5
@@ -70,6 +70,7 @@
post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/lynx
+ ${FIND} ${PREFIX}/share/lynx -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
# gets created when applying 2.8.5.2 patch -- remove on
# patchless update
${RM} ${PREFIX}/share/lynx/lynx_doc/CHANGES.orig_dist
Home |
Main Index |
Thread Index |
Old Index