From: Aleš Křenek Date: Thu, 29 Mar 2007 15:49:14 +0000 (+0000) Subject: XXX: ignore install error of stolen LB plugin X-Git-Tag: merge_313_dst~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c095d4189e76b9cce24dc751047fabf2dc110f8b;p=jra1mw.git XXX: ignore install error of stolen LB plugin --- diff --git a/org.glite.lb.utils/Makefile b/org.glite.lb.utils/Makefile index 234e8c5..df16b5c 100644 --- a/org.glite.lb.utils/Makefile +++ b/org.glite.lb.utils/Makefile @@ -125,7 +125,7 @@ install: ${INSTALL} -m 755 "$$p" "${PREFIX}/bin/glite-lb-$$p"; \ done - if [ x${DOSTAGE} != xyes ]; then \ + -if [ x${DOSTAGE} != xyes ]; then \ ${INSTALL} -m 755 ${stagedir}/lib/glite_lb_plugin.so ${PREFIX}/lib; \ fi