diff options
-rw-r--r-- | dev-lang/rust/rust-1.41.0-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.41.0-r10.ebuild b/dev-lang/rust/rust-1.41.0-r10.ebuild index cf4a1209..4f45ac2e 100644 --- a/dev-lang/rust/rust-1.41.0-r10.ebuild +++ b/dev-lang/rust/rust-1.41.0-r10.ebuild @@ -150,7 +150,7 @@ pkg_setup() { src_prepare() { if ! use system-bootstrap; then local rust_stage0_root="${WORKDIR}"/rust-stage0 - local rust_stage0="rust-${RUST_STAGE0_VERSION}-$(rust_abi)" + local rust_stage0="rustc-${RUST_STAGE0_VERSION}-$(rust_abi)" "${WORKDIR}/${rust_stage0}"/install.sh --disable-ldconfig \ --destdir="${rust_stage0_root}" --prefix=/ || die |