From: František Dvořák Date: Thu, 17 Feb 2011 02:32:15 +0000 (+0000) Subject: Fix the remote build. X-Git-Tag: gridsite-core_R_1_7_10~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8f9fd13ca14bdb7ab692515f23493b43df349bb1;p=jra1mw.git Fix the remote build. --- diff --git a/org.glite.lb.harvester/Makefile b/org.glite.lb.harvester/Makefile index a85b73d..55fe974 100644 --- a/org.glite.lb.harvester/Makefile +++ b/org.glite.lb.harvester/Makefile @@ -58,7 +58,11 @@ stage: compile $(MAKE) install PREFIX=${stagedir} install: compile - -mkdir -p ${PREFIX}/bin ${PREFIX}/examples ${PREFIX}/share/doc/${package}-${version} ${PREFIX}/share/man/man8 ${PREFIX}/etc/init.d + -mkdir -p ${PREFIX}/bin ${PREFIX}/examples \ + ${PREFIX}/share/doc/${package}-${version} \ + ${PREFIX}/share/man/man8 \ + ${PREFIX}/etc/init.d \ + ${PREFIX}/etc/glite-lb ${INSTALL} -m 755 harvester ${PREFIX}/bin/glite-lb-harvester ${INSTALL} -m 755 harvester-dbg ${PREFIX}/examples/glite-lb-harvester-dbg ${INSTALL} -m 755 ${top_srcdir}/examples/test.sh ${PREFIX}/examples/glite-lb-harvester-test.sh