Fix a relative path bug
[catalyst.git] / targets / support / functions.sh
index c8757d453cefd67c453dd4914d380dfe6141d422..0894b3533655a4a7acd8e28f88cb90cec9dfb1a2 100755 (executable)
@@ -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