summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-06-15 11:15:38 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-06-15 16:30:08 -0400
commit9cffe6232e4afe4d9d9049099ebcc1d09a51b7d6 (patch)
tree328917de68cb3deb5ae9bfc44c1bdc35ac7e1c80 /SConstruct
parent800dac3da8b030ed84b0457416cfa50bfaf14f76 (diff)
downloadmongo-9cffe6232e4afe4d9d9049099ebcc1d09a51b7d6.tar.gz
SERVER-18911 Make sure new source tarballs match old source push conventions
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index b5c3b1dda35..f3a65ce8d9f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -612,7 +612,7 @@ env_vars.Add('LINKFLAGS',
env_vars.Add('MONGO_DIST_SRC_PREFIX',
help='Sets the prefix for files in the source distribution archive',
converter=variable_distsrc_converter,
- default="mongodb-${MONGO_VERSION}")
+ default="mongodb-r${MONGO_VERSION}")
env_vars.Add('MONGO_VERSION',
help='Sets the version string for MongoDB',