X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgettext;h=cf4b78d6f688673d226e632d136e6bae4676351e;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=91be892b81080c19c9f64c85c2d28761b25996c8;hpb=ee0bec8d0f3800c7326bda4a7e059cef0db21a1d;p=hvlinux.git diff --git a/stage1/pkg/gettext b/stage1/pkg/gettext index 91be892..cf4b78d 100644 --- a/stage1/pkg/gettext +++ b/stage1/pkg/gettext @@ -5,7 +5,7 @@ # errors because of this assumption: hvconfig_cache() { -cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF +cat > ${BUILD_DIR}/config.cache << EOF gl_cv_func_wcwidth_works=yes EOF } @@ -14,5 +14,5 @@ hvbuild() { ${HVMAKE} -C gnulib-lib ${HVMAKE} -C src msgfmt - cp -v src/msgfmt /tools/bin + cp -v src/msgfmt ${TOOLS_DIR}/bin }