git: 55d82f6a7cb1 - main - lang/rust-bootstrap: Chase c4816e4763b8d395b4a2cb670a8aaaf33bb8def1

From: Tobias Kortkamp <tobik_at_FreeBSD.org>
Date: Fri, 26 Nov 2021 09:31:06 UTC
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55d82f6a7cb12bb3ac1b112ebc0a7b39da171c25

commit 55d82f6a7cb12bb3ac1b112ebc0a7b39da171c25
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-11-26 09:30:31 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-11-26 09:30:47 +0000

    lang/rust-bootstrap: Chase c4816e4763b8d395b4a2cb670a8aaaf33bb8def1
---
 lang/rust-bootstrap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile
index 6e0fa184ffdc..d5d0f3a2c3d2 100644
--- a/lang/rust-bootstrap/Makefile
+++ b/lang/rust-bootstrap/Makefile
@@ -152,7 +152,7 @@ do-build:
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/rust-bootstrap/${FLAVOR}
-	${INSTALL_DATA} ${WRKSRC}/build/dist/*-${_RUST_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl}${EXTRACT_SUFX} \
+	${INSTALL_DATA} ${WRKDIR}/_build/dist/*-${_RUST_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl}${EXTRACT_SUFX} \
 		${STAGEDIR}${PREFIX}/rust-bootstrap/${FLAVOR}
 .if ${FLAVOR:Mpowerpc64_*}
 	@cd ${STAGEDIR}${PREFIX}/rust-bootstrap/${FLAVOR} && for f in *${EXTRACT_SUFX}; do \