Author: bdrewery
Date: Mon Oct 30 18:54:27 2017
New Revision: 325163
URL: https://svnweb.freebsd.org/changeset/base/325163

Log:
  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

Modified:
  head/tools/tools/nanobsd/defaults.sh

Modified: head/tools/tools/nanobsd/defaults.sh
==============================================================================
--- head/tools/tools/nanobsd/defaults.sh        Mon Oct 30 18:17:02 2017        
(r325162)
+++ head/tools/tools/nanobsd/defaults.sh        Mon Oct 30 18:54:27 2017        
(r325163)
@@ -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
 )
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to