commit:     adc82f41986e9bbe739c94fbd3d272c4a707877e
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 02:02:19 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 02:03:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=adc82f41

.travis.yml: fix metadata.dtd path (add cnf directory)

 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5b68170..b662d94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ script:
     - ./setup.py test
     - ./setup.py install --root=/tmp/install-root
     # prevent repoman tests from trying to fetch metadata.dtd
-    - cp cnf/metadata.dtd /tmp/install-root/usr/lib/portage/
+    - mkdir -p /tmp/install-root/usr/lib/portage/cnf
+    - cp cnf/metadata.dtd /tmp/install-root/usr/lib/portage/cnf/
     - sudo rsync -a /tmp/install-root/. /
     - python -b -Wd -m portage.tests.runTests

Reply via email to