[master 2/2] Use builddir instead of srcdir to find the dd utils

dashea installerbot-noreply at redhat.com
Wed Jul 8 19:55:25 UTC 2015


From: David Shea <dshea at redhat.com>

---
 tests/dd_tests/dd_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/dd_tests/dd_test.py b/tests/dd_tests/dd_test.py
index 7fac060..e857db8 100644
--- a/tests/dd_tests/dd_test.py
+++ b/tests/dd_tests/dd_test.py
@@ -14,7 +14,7 @@
 from collections import namedtuple
 from rpmfluff import SourceFile, SimpleRpmBuild, expectedArch
 
-TOP_SRCDIR = os.environ.get("top_srcdir", "../..")
+TOP_SRCDIR = os.environ.get("top_builddir", "../..")
 UTILDIR = os.path.join(TOP_SRCDIR, "utils/dd")
 
 # helpers for calling the utilities


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/83577ebfaac39c6b35e3bdce9af013eaf49dbe7e


More information about the anaconda-patches mailing list