diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-02 13:36:51 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-02 13:36:51 -0800 |
| commit | e95cbb3aca19fe825f356998b42a069fb44d982d (patch) | |
| tree | 141324785890ee14cf5a5c6c04b8deb8c181ac27 | |
| parent | 4b40bc85cbc1d072179c92ce01655db0272aa598 (diff) | |
| download | rust-e95cbb3aca19fe825f356998b42a069fb44d982d.tar.gz rust-e95cbb3aca19fe825f356998b42a069fb44d982d.zip | |
mk: Change package name from 'rust' to 'rustc'
| -rw-r--r-- | mk/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/main.mk b/mk/main.mk index 32167dfd899..e67bee3cab5 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -45,7 +45,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)-dev endif # The name of the package to use for creating tarballs, installers etc. -CFG_PACKAGE_NAME=rust-$(CFG_PACKAGE_VERS) +CFG_PACKAGE_NAME=rustc-$(CFG_PACKAGE_VERS) # The version string plus commit information - this is what rustc reports CFG_VERSION = $(CFG_RELEASE) |
