From: Daniel KouĊ™il Date: Wed, 13 Oct 2004 09:50:20 +0000 (+0000) Subject: Install the startup script as well X-Git-Tag: glite-lb-common_R_0_2_0~72 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=af83bf3538689333ad8339da1601c3f25d3856cd;p=jra1mw.git Install the startup script as well --- diff --git a/org.glite.security.proxyrenewal/Makefile b/org.glite.security.proxyrenewal/Makefile index 8d30d90..f5fe573 100644 --- a/org.glite.security.proxyrenewal/Makefile +++ b/org.glite.security.proxyrenewal/Makefile @@ -138,6 +138,8 @@ install: ${INSTALL} -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} cd ${top_srcdir}/interface && ${INSTALL} -m 644 renewal.h ${PREFIX}/include/glite/security/proxyrenewal + ${INSTALL} -m 755 ${top_srcdir}/config/startup ${PREFIX}/etc/init.d/${DAEMON} + clean: $(RM) $(LIB) $(DAEMON) $(CLIENT) *.o core