X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fcoreutils;h=f04cb86f122f6e10f4211579f045696529773e03;hb=cf3d9a3b194a6578c881cdd4eb528398d4de2741;hp=d8de2a75c64065cffc97a1436857c6414102f205;hpb=18d3407801ac2f397c389657cbbac26313b66e77;p=hvlinux.git diff --git a/stage1/pkg/coreutils b/stage1/pkg/coreutils index d8de2a7..f04cb86 100644 --- a/stage1/pkg/coreutils +++ b/stage1/pkg/coreutils @@ -2,7 +2,7 @@ hvconfig_post() { - cd ${LFS_TMP}/${PACKAGE} + cd ${BUILD_DIR} sed -e 's/^#\(run_help2man.*dummy-man\)/\1/' \ -e 's/^\(run_help2man.*PERL.*\)/#\1/' \ -i Makefile @@ -16,7 +16,7 @@ hvconfig_post() # 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