Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: /
Date: Sat, 02 Jul 2016 08:35:33
Message-Id: 1467448515.acc4508f3c634b6588cb04c3fc3f9b840a4a5906.jlec@gentoo
1 commit: acc4508f3c634b6588cb04c3fc3f9b840a4a5906
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 08:35:15 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 08:35:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=acc4508f
7
8 Fix dir naming
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 .travis.yml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 57f0725..356c812 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -23,7 +23,7 @@ before_script:
20 - echo "portage::250:portage,travis" >> /etc/group
21 - mkdir -p /etc/portage /usr/portage/distfiles
22 - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
23 - - tar xzf portage-${PORTAGE_VER}.tar.gz
24 + - tar xzf portage-${PORTAGE_VER}.tar.gz && mv portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER}
25 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
26 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
27 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile