From: Miloš Mulač Date: Tue, 22 Jul 2008 12:57:15 +0000 (+0000) Subject: quick fix to correct build X-Git-Tag: merge_316_6_after~77 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fe06f459f5cd9d98e6210f1b406f943867ee95ee;p=jra1mw.git quick fix to correct build --- diff --git a/org.glite.lb.doc/Makefile b/org.glite.lb.doc/Makefile index eb4279d..47735e6 100644 --- a/org.glite.lb.doc/Makefile +++ b/org.glite.lb.doc/Makefile @@ -55,7 +55,7 @@ install: $(INSTALL) -m 644 LBDG.pdf ${PREFIX}/share/doc/${package}-${version} # install DG example sources for p in ${top_srcdir}/examples/*; do \ -# ${INSTALL} -m 644 "$$p" "${PREFIX}/share/examples/dg"; \ + if [ "$$p" == "../examples/CVS" ]; then continue; fi; \ ${INSTALL} -m 644 "$$p" "${PREFIX}/share/doc/${package}-${version}/examples"; \ done