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: Mon, 30 Dec 2013 01:44:56
Message-Id: 1388343246.db8a74e9a538a56965863b3076e2651f43ab7209.dol-sen@gentoo
1 commit: db8a74e9a538a56965863b3076e2651f43ab7209
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: Sun Dec 29 18:54:06 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=db8a74e9
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 \