diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-07-02 09:35:15 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-07-02 09:35:15 +0100 |
commit | acc4508f3c634b6588cb04c3fc3f9b840a4a5906 (patch) | |
tree | cfa152d4c113d08a03b9c9edd3b6f3d1687ae9a5 /.travis.yml | |
parent | Update to new portage naming schema (diff) | |
download | sci-acc4508f3c634b6588cb04c3fc3f9b840a4a5906.tar.gz sci-acc4508f3c634b6588cb04c3fc3f9b840a4a5906.tar.bz2 sci-acc4508f3c634b6588cb04c3fc3f9b840a4a5906.zip |
Fix dir naming
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 57f072540..356c8129f 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 |