diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-03 15:54:37 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-03 15:54:37 -0800 |
| commit | ebdf331133af89eef06bede54a5fe53ad4e21af3 (patch) | |
| tree | 3bab8bd4526db3444d04082577815cbd5e992936 /src | |
| parent | a7a57ca92d1d9bd0658303152e75fd2dafd0054d (diff) | |
| download | rust-ebdf331133af89eef06bede54a5fe53ad4e21af3.tar.gz rust-ebdf331133af89eef06bede54a5fe53ad4e21af3.zip | |
Download from the combined installer
Diffstat (limited to 'src')
| -rwxr-xr-x | src/etc/rustup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rustup.sh b/src/etc/rustup.sh index 1b1b1e6a8ff..749d9eaa173 100755 --- a/src/etc/rustup.sh +++ b/src/etc/rustup.sh @@ -441,7 +441,7 @@ then fi RUST_URL="https://static.rust-lang.org/dist" -RUST_PACKAGE_NAME=rust-combined-nightly +RUST_PACKAGE_NAME=rust-nightly RUST_PACKAGE_NAME_AND_TRIPLE="${RUST_PACKAGE_NAME}-${HOST_TRIPLE}" RUST_TARBALL_NAME="${RUST_PACKAGE_NAME_AND_TRIPLE}.tar.gz" RUST_LOCAL_INSTALL_DIR="${CFG_TMP_DIR}/${RUST_PACKAGE_NAME_AND_TRIPLE}" |
