Skip to content

Commit

Permalink
resources for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Feb 11, 2009
1 parent 4ffe0fe commit be9ed91
Show file tree
Hide file tree
Showing 4 changed files with 869 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SConstruct
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -631,6 +631,13 @@ for id in [ "", "util/", "db/" , "client/" ]:
env.Install( installDir + "/" + nixLibPrefix, clientLibName ) env.Install( installDir + "/" + nixLibPrefix, clientLibName )
env.Install( installDir + "/" + nixLibPrefix + "/mongo/jars" , Glob( "jars/*" ) ) env.Install( installDir + "/" + nixLibPrefix + "/mongo/jars" , Glob( "jars/*" ) )


#textfiles
if distBuild:
#don't want to install these /usr/local/ for example
env.Install( installDir , "distsrc/README" )
env.Install( installDir , "distsrc/THIRD-PARTY-NOTICES" )
env.Install( installDir , "distsrc/GNU-AGPL-3.0" )

#final alias #final alias
env.Alias( "install" , installDir ) env.Alias( "install" , installDir )


Expand Down
Loading

0 comments on commit be9ed91

Please sign in to comment.