From 01a458fa7bcea8a3f3ab54d6ba111bec133e2cc4 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 22 Jun 2008 19:53:55 +0000 Subject: [PATCH] - Fix build Reported by: pavbot Approved by: maintainer implicit --- java/jtiger/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/jtiger/Makefile b/java/jtiger/Makefile index 94db1a3cb169..aef015fb4ea4 100644 --- a/java/jtiger/Makefile +++ b/java/jtiger/Makefile @@ -46,8 +46,8 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKDIR}/doc; \ - ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ - ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; + && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ + && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; .endif .include