Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Mon, 01 Oct 2012 11:10:39
Message-Id: 1349089779.7be5b3b53cd0f89f954845ea9fd885a73cc0aedc.jmbsvicetto@gentoo
1 commit: 7be5b3b53cd0f89f954845ea9fd885a73cc0aedc
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 11:09:39 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 11:09:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=7be5b3b5
7
8 Use relative path.
9
10 ---
11 targets/support/functions.sh | 3 +--
12 1 files changed, 1 insertions(+), 2 deletions(-)
13
14 diff --git a/targets/support/functions.sh b/targets/support/functions.sh
15 index 60ad249..4018716 100644
16 --- a/targets/support/functions.sh
17 +++ b/targets/support/functions.sh
18 @@ -20,8 +20,7 @@ exec_in_chroot(){
19 # and executes it.
20 local file_name=$(basename ${1})
21 local subdir=${2}
22 - local destdir=${subdir}/tmp
23 - destdir=${destdir#/}
24 + local destdir=".${subdir}/tmp"
25
26 copy_to_chroot ${1} ${destdir}
27 chroot_path=${clst_chroot_path}${subdir}