Fix native-xtools installion after r325082 and r325000 to be to /nxb-bin.

- r325082 split native-xtools-install out of native-xtools.
- r325000 incorrectly changed the installation path from /nxb-bin to /.

Discussed with:	imp at D12782
This commit is contained in:
Bryan Drewery 2017-10-30 18:54:27 +00:00
parent f3ae9b5cee
commit 9a0c5c4c85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325163

View File

@ -438,7 +438,8 @@ native_xtools ( ) (
nano_make_install_env
set -o xtrace
cd "${NANO_SRC}"
${NANO_MAKE} native-xtools NXBDESTDIR="${NANO_WORLDDIR}"
${NANO_MAKE} native-xtools
${NANO_MAKE} native-xtools-install DESTDIR="${NANO_WORLDDIR}"
) > ${NANO_LOG}/_.native_xtools 2>&1
)