X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fstage4-additions;h=73591b1aee1bcbcd2060ef4af986a935fa16db7e;hb=907fcfdccdd0ddd33accef87490f9e0b750797ad;hp=a234cf5fb802f2b6af0cc55585f0aa9538f71c9d;hpb=b2f91df3e7c1d1ca93ced97b5001e3134243666b;p=hvlinux.git diff --git a/stage4/stage4-additions b/stage4/stage4-additions index a234cf5..73591b1 100755 --- a/stage4/stage4-additions +++ b/stage4/stage4-additions @@ -1,7 +1,9 @@ #!/bin/sh -export LFS_PKG_DIR="$(dirname $(pwd))/packages/stage4" -export LFS_LOG_DIR=/var/log/hvlinux-install/stage4 +LFS_STAGE=stage4 + +export LFS_PKG_DIR="$(dirname $(pwd))/packages/${LFS_STAGE}" +export LFS_LOG_DIR=/var/log/hvlinux-install/${LFS_STAGE} export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log export LFS_TMP=/tmp @@ -18,6 +20,7 @@ fi init_log_file -ipkg ${GNOME_DOC_UTILS} cis-gnome +# Scripts directory +export SCRDIR=$(pwd) exit $?