fence-agents: master - fence_ilo_ssh: Create symlinks for fence_ilo3_ssh and fence_ilo4_ssh

Marek GrĂ¡c marx at fedoraproject.org
Mon Dec 1 10:04:41 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=cf83b8aebf21dc9a306d42aff33d86bd5c20bcbc
Commit:        cf83b8aebf21dc9a306d42aff33d86bd5c20bcbc
Parent:        46bd07975854e3ad0b351af93d0cfc769811a81e
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Mon Dec 1 11:04:25 2014 +0100
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Dec 1 11:04:25 2014 +0100

fence_ilo_ssh: Create symlinks for fence_ilo3_ssh and fence_ilo4_ssh

Resolves: rhbz#1121122
---
 fence/agents/ilo_ssh/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ilo_ssh/Makefile.am b/fence/agents/ilo_ssh/Makefile.am
index 34769d9..883c306 100644
--- a/fence/agents/ilo_ssh/Makefile.am
+++ b/fence/agents/ilo_ssh/Makefile.am
@@ -8,12 +8,15 @@ SRC			= $(TARGET).py
 
 EXTRA_DIST		= $(SRC)
 
-sbin_SCRIPTS		= $(TARGET)
+sbin_SCRIPTS		= $(TARGET) $(SYMTARGET)
 
 man_MANS		= $(TARGET).8 $(SYMTARGET:%=%.8)
 
 FENCE_TEST_ARGS         = -p test -a test -l test
 
+$(SYMTARGET) : $(TARGET)
+	cp $^ $@
+
 include $(top_srcdir)/make/fencebuild.mk
 include $(top_srcdir)/make/fenceman.mk
 include $(top_srcdir)/make/agentpycheck.mk


More information about the cluster-commits mailing list