Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:pending commit in: targets/stage1/
Date: Tue, 31 Dec 2013 18:14:09
Message-Id: 1388512744.106e808ad8c164c8efe3027415c76b0e9efb40a4.dol-sen@gentoo
1 commit: 106e808ad8c164c8efe3027415c76b0e9efb40a4
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 17 14:56:04 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 31 17:59:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=106e808a
7
8 Remove an extra slash in the path.
9
10 ---
11 targets/stage1/stage1-controller.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh
15 index 3671095..d38ac73 100644
16 --- a/targets/stage1/stage1-controller.sh
17 +++ b/targets/stage1/stage1-controller.sh
18 @@ -14,7 +14,7 @@ case $1 in
19 install -d ${clst_chroot_path}/${clst_root_path}/etc/portage
20
21 # Setup make.conf and make.profile link in "ROOT in chroot":
22 - copy_to_chroot ${clst_chroot_path}/etc/portage/make.conf /${clst_root_path}/etc/portage
23 + copy_to_chroot ${clst_chroot_path}/etc/portage/make.conf ${clst_root_path}/etc/portage
24
25 # Enter chroot, execute our build script
26 exec_in_chroot \