summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-11 10:53:51 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-11 10:53:51 -0500
commitbafd4aad058f846acee018dcfac30a8a014b1d17 (patch)
tree1222d36d26d2de4fc8f879d103e4828a6c218b5e
parent827e76b7793e7969c4c41aa6a130c7324fadb391 (diff)
downloadmongo-bafd4aad058f846acee018dcfac30a8a014b1d17.tar.gz
name is mongodb not mongo-db
-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: