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 04:48:06
Message-Id: 1388464814.68054d230b0b6f8e6b4b2165b7959f45ea2f3572.dol-sen@gentoo
1 commit: 68054d230b0b6f8e6b4b2165b7959f45ea2f3572
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 04:40:14 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=68054d23
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 \