mk: Change package name from 'rust' to 'rustc'

This commit is contained in:
Brian Anderson 2015-01-02 13:36:51 -08:00
parent 4b40bc85cb
commit e95cbb3aca
1 changed files with 1 additions and 1 deletions

View File

@ -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)