summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index e66d9e65a57..b5b67d75315 100644
--- a/SConstruct
+++ b/SConstruct
@@ -595,7 +595,7 @@ testEnv.AlwaysBuild( "smokeClient" )
if distBuild:
from datetime import date
today = date.today()
- installDir = "mongo-db-" + platform + "-" + processor + "-";
+ installDir = "mongodb-" + platform + "-" + processor + "-";
if distName is None:
installDir += today.strftime( "%Y-%m-%d" )
else:
@@ -710,7 +710,7 @@ env.Alias( "s3shell" , [ "mongo" ] , [ s3shellpush ] )
env.AlwaysBuild( "s3shell" )
def s3dist( env , target , source ):
- s3push( distFile , "mongo-db" )
+ s3push( distFile , "mongodb" )
env.Append( TARFLAGS=" -z " )
if windows: