diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-11 19:25:09 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-11 19:25:09 +0000 |
commit | 2d4268a030a252cd7a708bc7c0fff388d39e3bf2 (patch) | |
tree | 40df9effc9cf182c5a3573cd683711daf9596338 /dev-lang/rust | |
parent | a6b97d5cda784c2143406e21c62be1a8d8ca07bd (diff) |
dev-lang/rust : fix variable
Diffstat (limited to 'dev-lang/rust')
-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 |