X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbash;h=6d0abc32a8287c0e5ff0f368dfff678d8a312224;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=6e3d9e59ba12393c936a23feb19dda6da2d904c2;hpb=b99ee4fadea43f239cf2df146fb93bfc95bd783e;p=hvlinux.git diff --git a/stage1/pkg/bash b/stage1/pkg/bash index 6e3d9e5..6d0abc3 100644 --- a/stage1/pkg/bash +++ b/stage1/pkg/bash @@ -8,7 +8,7 @@ # that can not run while cross-compiling or that do not run properly: hvconfig_cache() { -cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF +cat > ${BUILD_DIR}/config.cache << EOF ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_strcoll_works=yes ac_cv_func_working_mktime=yes @@ -26,5 +26,5 @@ EOF hvbuild_post() { - ln -svfT bash /tools/bin/sh + ln -svfT bash ${TOOLS_DIR}/bin/sh }