X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fcoreutils;fp=stage1%2Fpkg%2Fcoreutils;h=28955913dbc23b2be6c7b8b2f9efd28e4273010a;hb=81da365042d1bf4354e0480d888fe3b8425c47c7;hp=d454d933eb17bcfb99a654d78ba1af3fe472dbee;hpb=0028eaa73ae0c3bd1dbf90c4bd508ae705bc386f;p=hvlinux.git diff --git a/stage1/pkg/coreutils b/stage1/pkg/coreutils index d454d93..2895591 100644 --- a/stage1/pkg/coreutils +++ b/stage1/pkg/coreutils @@ -1,5 +1,11 @@ #!/bin/bash +hvconfig_pre() +{ + # Fix a bug when the uname patch is automatically applied + touch ${LFS_TMP}/${PACKAGE}/man/{uname,hostname}.1 +} + # Configure cannot properly determine how to get free space when cross-compiling # and as a result the df program will not be built. Add the following entries to # config.cache to correct this, and fix various cross-compiling issues: @@ -10,9 +16,3 @@ fu_cv_sys_stat_statfs2_bsize=yes gl_cv_func_working_mkstemp=yes EOF } - -hvconfig_pre() -{ - # Fix a bug when the uname patch is automatically applied - touch ${LFS_TMP}/${PACKAGE}/man/{uname,hostname}.1 -}