There seems to be a typo in common/common-functions in function wrt_run_as_chroot2.
I've attached a patch to fix the problem.

I noticed in the end of the run the create-sbu_du-report.sh failed as it sourced a file named "@" in the logs dir ;)


Tor Olav
Index: common/common-functions
===================================================================
--- common/common-functions     (revision 3003)
+++ common/common-functions     (working copy)
@@ -519,7 +519,7 @@
   local file=$2
 (
 cat << EOF
-       @( time { \$(CHROOT2) 'cd \$(SCRIPT_ROOT) && source envars && 
\$(crCMDSDIR)/`dirname $file`/\$@ >>logs/\@ 2>&1' ; } ) 2>>logs/\@ && \\
+       @( time { \$(CHROOT2) 'cd \$(SCRIPT_ROOT) && source envars && 
\$(crCMDSDIR)/`dirname $file`/\$@ >>logs/\$@ 2>&1' ; } ) 2>>logs/\$@ && \\
        \$(PRT_DU_CR) >> logs/\$@
 EOF
 ) >> $MKFILE.tmp
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to