Add luit patch to fix POSIX compiler bug
[hvlinux.git] / stage0 / pre-install
index 27b810d..5ff17d2 100755 (executable)
@@ -21,7 +21,7 @@ if ! grep -q "lfs" /etc/passwd; then
 fi
 
 # Creating basic directories
-for subdir in tmp var tools cross-tools; do
+for subdir in etc tmp var tools cross-tools; do
     dir=${LFS}/${subdir}
     if [ ! -d ${dir} ]; then
         install -dv ${dir}