From 4f04fe3206857546e93019da80e9f07fc851afc3 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 14 Nov 2014 11:30:42 +0000 Subject: Cleanup plist --- java/eclipse-ocl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/eclipse-ocl') diff --git a/java/eclipse-ocl/Makefile b/java/eclipse-ocl/Makefile index 1ed8a102b9da..33dc7b23266f 100644 --- a/java/eclipse-ocl/Makefile +++ b/java/eclipse-ocl/Makefile @@ -29,8 +29,8 @@ do-install: @${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) \ + @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d -empty) \ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ - | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST} + | ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST} .include -- cgit v1.2.3