From 5ba83b9ac2c024866b9c221fc5026669f769cd32 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 1 Nov 2012 19:59:36 -0400 Subject: [PATCH] Revert "Use relative path." This reverts commit 7be5b3b53cd0f89f954845ea9fd885a73cc0aedc. --- targets/support/functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- 2.26.2