diff options
author | Alex Richardson <arichardson@FreeBSD.org> | 2020-08-25 13:30:14 +0000 |
---|---|---|
committer | Alex Richardson <arichardson@FreeBSD.org> | 2020-08-25 13:30:14 +0000 |
commit | 3ce13dbc233b7c063c08cf33e391da4f718be6ad (patch) | |
tree | da1a401304dc7f33b5a98b1fc09f0c4a94fef6ca /Makefile.inc1 | |
parent | eb51ce8efbe8e65a815fcfe8be3e6c8c903e5b68 (diff) | |
download | src-3ce13dbc233b7c063c08cf33e391da4f718be6ad.tar.gz src-3ce13dbc233b7c063c08cf33e391da4f718be6ad.zip |
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index ac2bcf7b22b0..910f0017faff 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -765,7 +765,7 @@ KTMAKE= \ # world stage WMAKEENV= ${CROSSENV} \ - INSTALL="sh ${.CURDIR}/tools/install.sh" \ + INSTALL="${INSTALL_CMD} -U" \ PATH=${TMPPATH} \ SYSROOT=${WORLDTMP} |