From: Rick Farina (Zero_Chaos) Date: Thu, 1 Nov 2012 23:59:36 +0000 (-0400) Subject: Revert "Use relative path." X-Git-Tag: catalyst-2.0.12.1~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ba83b9ac2c024866b9c221fc5026669f769cd32;p=catalyst.git Revert "Use relative path." This reverts commit 7be5b3b53cd0f89f954845ea9fd885a73cc0aedc. --- diff --git a/targets/support/functions.sh b/targets/support/functions.sh index d362ece7..af57c10f 100644 --- a/targets/support/functions.sh +++ b/targets/support/functions.sh @@ -20,7 +20,8 @@ exec_in_chroot(){ # and executes it. local file_name=$(basename ${1}) local subdir=${2} - local destdir=".${subdir}/tmp" + local destdir=${subdir}/tmp + destdir=${destdir#/} copy_to_chroot ${1} ${destdir} chroot_path=${clst_chroot_path}${subdir}