commit: acc4508f3c634b6588cb04c3fc3f9b840a4a5906
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 08:35:15 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 08:35:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=acc4508f
Fix dir naming
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 57f0725..356c812 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ before_script:
- echo "portage::250:portage,travis" >> /etc/group
- mkdir -p /etc/portage /usr/portage/distfiles
- wget "https://www.gentoo.org/dtd/metadata.dtd" -O
/usr/portage/distfiles/metadata.dtd
- - tar xzf portage-${PORTAGE_VER}.tar.gz
+ - tar xzf portage-${PORTAGE_VER}.tar.gz && mv
portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER}
- tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
- cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
- ln -s /usr/portage/profiles/base/ /etc/portage/make.profile