Passage à linux 3.4.7, stage2 testé OK.
[hvlinux.git] / stage1 / pkg / coreutils
index cca4020..b653892 100644 (file)
@@ -23,3 +23,13 @@ gl_cv_func_working_mkstemp=yes
 gl_cv_func_fstatat_zero_flag=yes
 EOF
 }
+
+hvbuild_post()
+{
+    # Create needed symlink for glib:
+    LINKS="env"
+
+    for link in ${LINKS}; do
+        ln -svfT /tools/bin/${link} ${LFS}/usr/bin/${link}
+    done
+}