Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage1 / pkg / coreutils
index 2895591..f04cb86 100644 (file)
@@ -1,9 +1,14 @@
 #!/bin/bash
 
-hvconfig_pre()
+hvconfig_post()
 {
-    # Fix a bug when the uname patch is automatically applied
-    touch ${LFS_TMP}/${PACKAGE}/man/{uname,hostname}.1
+    cd ${BUILD_DIR}
+    sed -e 's/^#\(run_help2man.*dummy-man\)/\1/' \
+        -e 's/^\(run_help2man.*PERL.*\)/#\1/' \
+        -i Makefile
+
+    # Prevent autoreconf from discarding our modification to Makefile:
+    touch Makefile{,.in,.am}
 }
 
 # Configure cannot properly determine how to get free space when cross-compiling
@@ -11,7 +16,7 @@ hvconfig_pre()
 # config.cache  to correct this, and fix various cross-compiling issues:
 hvconfig_cache()
 {
-cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF
+cat > ${BUILD_DIR}/config.cache << EOF
 fu_cv_sys_stat_statfs2_bsize=yes
 gl_cv_func_working_mkstemp=yes
 EOF