From af83bf3538689333ad8339da1601c3f25d3856cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Wed, 13 Oct 2004 09:50:20 +0000 Subject: [PATCH] Install the startup script as well --- org.glite.security.proxyrenewal/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.2.3