From ecf61b57e883c9a97ae3e982fa0c51772eb69542 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20=C5=A0kr=C3=A1bal?= Date: Wed, 16 Mar 2005 16:31:00 +0000 Subject: [PATCH] - 'install' tagret will install startup script and interlogger also --- org.glite.lb.proxy/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.glite.lb.proxy/Makefile b/org.glite.lb.proxy/Makefile index 6dff53c..9c904eb 100644 --- a/org.glite.lb.proxy/Makefile +++ b/org.glite.lb.proxy/Makefile @@ -126,6 +126,11 @@ install: ${INSTALL} -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} ${INSTALL} -m 755 glite_lb_proxy ${PREFIX}/bin/glite-lb-proxy ${INSTALL} -m 644 ${top_srcdir}/config/glite-lb-dbsetup.sql ${PREFIX}/etc + ${INSTALL} -m 755 ${top_srcdir}/config/startup ${PREFIX}/etc/init.d/glite-lb-proxy + if [ x${DOSTAGE} != xyes ]; then \ + ${INSTALL} -m 755 ${stagedir}/bin/glite-lb-interlogd ${PREFIX}/bin; \ + fi + clean: -- 1.8.2.3