From bdeb25bf1338fb942028f8e58e284a41a2a4f1c7 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 17 Jun 2014 09:40:22 +0000 Subject: Stagify. --- java/eclipse-vep/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/java/eclipse-vep/Makefile b/java/eclipse-vep/Makefile index c89648b0d060..e1adddbc398f 100644 --- a/java/eclipse-vep/Makefile +++ b/java/eclipse-vep/Makefile @@ -26,11 +26,10 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ -- cgit v1.2.3