fence-agents: master - [build] Fix paths in process of building releases

Marek GrĂ¡c marx at fedoraproject.org
Thu Oct 16 12:15:12 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=f70a12d370a586085c19d7f184491cdb409ad574
Commit:        f70a12d370a586085c19d7f184491cdb409ad574
Parent:        9f180da9a4f14bf56e5d0f0f87260223cd49f35f
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Thu Oct 16 14:13:24 2014 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Thu Oct 16 14:13:24 2014 +0200

[build] Fix paths in process of building releases

---
 make/agentccheck.mk  |    2 +-
 make/agentpycheck.mk |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/make/agentccheck.mk b/make/agentccheck.mk
index 3ef97f9..46e2055 100644
--- a/make/agentccheck.mk
+++ b/make/agentccheck.mk
@@ -1,5 +1,5 @@
 TEMPFILE:=$(shell mktemp)
-DATADIR:=$(abs_top_builddir)/../tests/data/metadata
+DATADIR:=$(abs_top_srcdir)/tests/data/metadata
 
 check: $(TARGET:%=xml-check.%) $(SYMTARGET:%=xml-check.%)
 
diff --git a/make/agentpycheck.mk b/make/agentpycheck.mk
index ae4e477..63cb9da 100644
--- a/make/agentpycheck.mk
+++ b/make/agentpycheck.mk
@@ -1,5 +1,6 @@
 TEMPFILE:=$(shell mktemp)
-DATADIR:=$(abs_top_builddir)/../tests/data/metadata
+#DATADIR:=$(abs_top_builddir)/tests/data/metadata
+DATADIR:=$(abs_top_srcdir)/tests/data/metadata
 
 check: $(TARGET:%=xml-check.%) $(SYMTARGET:%=xml-check.%) $(TARGET:%=delay-check.%)
 


More information about the cluster-commits mailing list