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: Thu, 02 Jan 2014 00:04:31
Message-Id: 1388620542.5ddbecfd51cfe5a66a3e28a9442a1b58703719be.dol-sen@gentoo
1 commit: 5ddbecfd51cfe5a66a3e28a9442a1b58703719be
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: Wed Jan 1 23:55:42 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5ddbecfd
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 \