Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Fri, 02 Nov 2012 01:13:06
Message-Id: 1351817895.21830e1ecee05f786e08748bc750a11c6b580e3e.zerochaos@gentoo
1 commit: 21830e1ecee05f786e08748bc750a11c6b580e3e
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 00:58:15 2012 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 00:58:15 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=21830e1e
7
8 re-apply "Revert "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 af57c10..d362ece 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}