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:
parent
0b81f44e10
commit
981f3c7885
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user