diff --git a/BaseBuild/makeViitor b/BaseBuild/makeViitor index e72c194..3167ba4 100755 --- a/BaseBuild/makeViitor +++ b/BaseBuild/makeViitor @@ -160,6 +160,7 @@ if [ ! "$ONLYSTAT" == "true" ]; then echo "Cross and Base tools ready. chroot to $LFS" read fi + echo "export VMAKEDIR=/usr/src/ViitorMake" >$LFS/root/.ViitorMake chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM \ PS1='\u: \w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \