From fe06f459f5cd9d98e6210f1b406f943867ee95ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Tue, 22 Jul 2008 12:57:15 +0000 Subject: [PATCH] quick fix to correct build --- org.glite.lb.doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3