Skip to content

Commit e95cbb3

Browse files
committed
mk: Change package name from 'rust' to 'rustc'
1 parent 4b40bc8 commit e95cbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)-dev
4545
endif
4646

4747
# The name of the package to use for creating tarballs, installers etc.
48-
CFG_PACKAGE_NAME=rust-$(CFG_PACKAGE_VERS)
48+
CFG_PACKAGE_NAME=rustc-$(CFG_PACKAGE_VERS)
4949

5050
# The version string plus commit information - this is what rustc reports
5151
CFG_VERSION = $(CFG_RELEASE)

0 commit comments

Comments
 (0)