summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-11 11:26:28 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-11 11:26:28 -0500
commitb12f410c1800ddb52dba10492b4774a37f1a8a2a (patch)
tree5227ef41328626bc9bf1e2c3fed71e73a5c4a913
parentbafd4aad058f846acee018dcfac30a8a014b1d17 (diff)
downloadmongo-b12f410c1800ddb52dba10492b4774a37f1a8a2a.tar.gz
install notices on release build
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index b5b67d75315..4f3d8655f5c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -635,7 +635,7 @@ env.Install( installDir + "/" + nixLibPrefix, clientLibName )
env.Install( installDir + "/" + nixLibPrefix + "/mongo/jars" , Glob( "jars/*" ) )
#textfiles
-if distBuild:
+if distBuild or release:
#don't want to install these /usr/local/ for example
env.Install( installDir , "distsrc/README" )
env.Install( installDir , "distsrc/THIRD-PARTY-NOTICES" )