Date: Fri, 26 Nov 2021 09:31:06 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 55d82f6a7cb1 - main - lang/rust-bootstrap: Chase c4816e4763b8d395b4a2cb670a8aaaf33bb8def1 Message-ID: <202111260931.1AQ9V6Nn013481@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111260931.1AQ9V6Nn013481>