From 2ddccf430d4bb13bda56f490e7012042327d422e Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 24 Aug 2006 20:35:31 +0000 Subject: [PATCH] 2006-08-24 20:35:31 by steve Actually install the role scripts to the role.d --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcc2087..4db0ced 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.77 2006-08-24 20:33:07 steve Exp $ +# $Id: Makefile,v 1.78 2006-08-24 20:35:31 steve Exp $ # @@ -118,6 +118,7 @@ install-bin: # Install hooks # install-hooks: + for i in roles/* ; do if [ -f $$i ]; then cp $$i ${prefix}/etc/xen-tools/role.d; fi ; done mkdir -p ${prefix}/usr/lib/xen-tools/centos4.d/ cp -R hooks/centos4/*-* ${prefix}/usr/lib/xen-tools/centos4.d mkdir -p ${prefix}/usr/lib/xen-tools/debian.d/