diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-11 19:47:20 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-11 19:47:20 +0000 |
commit | e1a6ad56f8e13d3914f1b50f0bb73175a06c85ff (patch) | |
tree | 1a770ab5e02205d0cbc2bf510c443ed1c8062f3c /dev-lang/rust/rust-1.41.0-r10.ebuild | |
parent | 2d4268a030a252cd7a708bc7c0fff388d39e3bf2 (diff) |
dev-lang/rust : remanifest, minor fixes
Diffstat (limited to 'dev-lang/rust/rust-1.41.0-r10.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.41.0-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.41.0-r10.ebuild b/dev-lang/rust/rust-1.41.0-r10.ebuild index 4f45ac2e..139a0558 100644 --- a/dev-lang/rust/rust-1.41.0-r10.ebuild +++ b/dev-lang/rust/rust-1.41.0-r10.ebuild @@ -28,7 +28,7 @@ HOMEPAGE="https://www.rust-lang.org/" SRC_URI=" https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz - !system-bootstrap? ( $(rust_arch_uri x86_64-unknown-linux-gnu rustc-${RUST_STAGE0_VERSION}) ) + !system-bootstrap? ( $(rust_arch_uri x86_64-unknown-linux-gnu rust-${RUST_STAGE0_VERSION}) ) " ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 @@ -150,7 +150,7 @@ pkg_setup() { src_prepare() { if ! use system-bootstrap; then local rust_stage0_root="${WORKDIR}"/rust-stage0 - local rust_stage0="rustc-${RUST_STAGE0_VERSION}-$(rust_abi)" + local rust_stage0="rust-${RUST_STAGE0_VERSION}-$(rust_abi)" "${WORKDIR}/${rust_stage0}"/install.sh --disable-ldconfig \ --destdir="${rust_stage0_root}" --prefix=/ || die |