From 1f1a0f5548a78558acab8b24022c54303a43f386 Mon Sep 17 00:00:00 2001 From: mbr Date: Tue, 22 Oct 2002 23:24:52 +0000 Subject: Remove a nasty error. zipdep always complained to have no execute bit. Give it a +x :) --- editors/openoffice.org-3-devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/openoffice.org-3-devel') diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index aeca653..a89ab0e 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -306,6 +306,7 @@ post-extract: @${CP} -r ${WRKDIR}/neon ${WRKSRC}/../ @${MAKE} extract-mozilla @-${RM} ${WRKSRC}/../moz/zipped/*.zip + @${CHMOD} +x ${WRKSRC}/../solenv/bin/zipdep.pl .if defined(L10NHELP) @${ECHO_MSG} "===> Extracting L10NHELP sub project" @${MKDIR} ${WRKDIR}/L10NHELP -- cgit v1.1