X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fstage4-additions;h=73591b1aee1bcbcd2060ef4af986a935fa16db7e;hb=2ad910e22979500192ea43d5599ad003440744a4;hp=613ddc85c3d92e4d760ab9bea316eedcb44dc1d4;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage4/stage4-additions b/stage4/stage4-additions index 613ddc8..73591b1 100755 --- a/stage4/stage4-additions +++ b/stage4/stage4-additions @@ -1,7 +1,9 @@ #!/bin/sh -export LFS_PKG_DIR="$(dirname $(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 $?