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:
parent
fe6b392d1b
commit
622614f987
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user