X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=targets%2Fsupport%2Ffunctions.sh;h=0894b3533655a4a7acd8e28f88cb90cec9dfb1a2;hb=79f9731e7dd3b632b10ac6a993e61417820fe604;hp=c8757d453cefd67c453dd4914d380dfe6141d422;hpb=2426bb1f275c56150c07f8d1097296b00def7159;p=catalyst.git diff --git a/targets/support/functions.sh b/targets/support/functions.sh index c8757d45..0894b353 100755 --- a/targets/support/functions.sh +++ b/targets/support/functions.sh @@ -34,7 +34,7 @@ exec_in_chroot(){ echo "Running ${file_name} in chroot:" echo " ${clst_CHROOT} ${chroot_path} ${destdir}/${file_name}" - ${clst_CHROOT} ${chroot_path} ${destdir}/${file_name} || exit 1 + ${clst_CHROOT} ${chroot_path} .${destdir}/${file_name} || exit 1 delete_from_chroot ${destdir}/${file_name} delete_from_chroot ${destdir}/chroot-functions.sh