From 21830e1ecee05f786e08748bc750a11c6b580e3e Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 1 Nov 2012 20:58:15 -0400 Subject: [PATCH] re-apply "Revert "Use relative path."" --- targets/support/functions.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/targets/support/functions.sh b/targets/support/functions.sh index af57c10f..d362ece7 100644 --- a/targets/support/functions.sh +++ b/targets/support/functions.sh @@ -20,8 +20,7 @@ exec_in_chroot(){ # and executes it. local file_name=$(basename ${1}) local subdir=${2} - local destdir=${subdir}/tmp - destdir=${destdir#/} + local destdir=".${subdir}/tmp" copy_to_chroot ${1} ${destdir} chroot_path=${clst_chroot_path}${subdir} -- 2.26.2