quick fix to correct build
authorMiloš Mulač <mulac@civ.zcu.cz>
Tue, 22 Jul 2008 12:57:15 +0000 (12:57 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Tue, 22 Jul 2008 12:57:15 +0000 (12:57 +0000)
org.glite.lb.doc/Makefile

index eb4279d..47735e6 100644 (file)
@@ -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