0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-18911 Fix source tarball directory prefix

This commit is contained in:
Jonathan Reams 2015-07-20 12:54:44 -04:00
parent fe6b392d1b
commit 622614f987

View File

@ -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-r${MONGO_VERSION}")
default="mongodb-src-r${MONGO_VERSION}")
env_vars.Add('MONGO_VERSION',
help='Sets the version string for MongoDB',