about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-02 13:36:51 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-02 13:36:51 -0800
commite95cbb3aca19fe825f356998b42a069fb44d982d (patch)
tree141324785890ee14cf5a5c6c04b8deb8c181ac27
parent4b40bc85cbc1d072179c92ce01655db0272aa598 (diff)
downloadrust-e95cbb3aca19fe825f356998b42a069fb44d982d.tar.gz
rust-e95cbb3aca19fe825f356998b42a069fb44d982d.zip
mk: Change package name from 'rust' to 'rustc'
-rw-r--r--mk/main.mk2
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)