Créé répertoire de configuration
[hvlinux.git] / stage4 / stage4-additions
index 613ddc8..73591b1 100755 (executable)
@@ -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 $?