Skip to content

Commit be9ed91

Browse files
committed
resources for distribution
1 parent 4ffe0fe commit be9ed91

File tree

4 files changed

+869
-0
lines changed

4 files changed

+869
-0
lines changed

SConstruct

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,13 @@ for id in [ "", "util/", "db/" , "client/" ]:
631631
env.Install( installDir + "/" + nixLibPrefix, clientLibName )
632632
env.Install( installDir + "/" + nixLibPrefix + "/mongo/jars" , Glob( "jars/*" ) )
633633

634+
#textfiles
635+
if distBuild:
636+
#don't want to install these /usr/local/ for example
637+
env.Install( installDir , "distsrc/README" )
638+
env.Install( installDir , "distsrc/THIRD-PARTY-NOTICES" )
639+
env.Install( installDir , "distsrc/GNU-AGPL-3.0" )
640+
634641
#final alias
635642
env.Alias( "install" , installDir )
636643

0 commit comments

Comments
 (0)