Skip to content

Commit 04f4221

Browse files
committed
rollup merge of #20344: brson/srctarballs
Easier for scripts to figure out which artifact is the source code.
2 parents 86a03b8 + 1131acb commit 04f4221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT
3535
# Source tarball
3636
######################################################################
3737

38-
PKG_TAR = dist/$(PKG_NAME).tar.gz
38+
PKG_TAR = dist/$(PKG_NAME)-src.tar.gz
3939

4040
PKG_GITMODULES := $(S)src/llvm $(S)src/compiler-rt \
4141
$(S)src/rt/hoedown $(S)src/jemalloc

0 commit comments

Comments
 (0)