Skip to content

Commit

Permalink
[BUILDBOT-185] fix naming when you add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Hunt committed Sep 18, 2012
1 parent 5cc8a69 commit 9e3e96e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SConstruct
Expand Up @@ -939,6 +939,9 @@ def getSystemInstallName():
if nix and os.uname()[2].startswith( "8." ):
n += "-tiger"

if len(env.get("MONGO_MODULES", None)):
n += "-" + "-".join(env["MONGO_MODULES"].keys())

try:
findSettingsSetup()
import settings
Expand Down

0 comments on commit 9e3e96e

Please sign in to comment.