From 0f72d36bc96bd6f69631411fba0a21a80d0e7b88 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 19 Sep 2012 09:16:03 +0000 Subject: [PATCH] Fix wrong permissions on a few plugin jars. --- java/eclipse/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 2568703f606c..0567762babdf 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -7,7 +7,7 @@ PORTNAME= eclipse PORTVERSION= 3.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/3.7.x_Indigo/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/:2 \ @@ -245,6 +245,7 @@ do-install: @${MKDIR} ${PORTDESTDIR} @${MKDIR} ${PREFIX}/${DROPINS_DIR} @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${INSTALL_TARGET}) + @${FIND} ${PORTDESTDIR}/plugins -type f -perm 600 -print0 | ${XARGS} -0 ${CHMOD} 644 @${SED} \ -e "s+%%BROWSER%%+${GECKO:S/19//}+g" \ -e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \