| Index: ports/font-util/build.sh
|
| diff --git a/ports/font-util/build.sh b/ports/font-util/build.sh
|
| index ad87d898f5264e01b52c6a8e65b06853febebda8..80bb8206b4135173bb4e1f93b2367175445e2737 100644
|
| --- a/ports/font-util/build.sh
|
| +++ b/ports/font-util/build.sh
|
| @@ -3,8 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| # The host build of this tool is needed by its dependents.
|
| -HOST_BUILD_DIR=${WORK_DIR}/build-nacl-host
|
| -HOST_INSTALL_DIR=${WORK_DIR}/install-nacl-host
|
| +HOST_BUILD_DIR=${WORK_DIR}/build_host
|
| +HOST_INSTALL_DIR=${WORK_DIR}/install_host
|
|
|
| EXECUTABLES="bdftruncate${NACL_EXEEXT} ucs2any${NACL_EXEEXT}"
|
|
|
|
|