Skip to content

Commit

Permalink
no build step for mongodb.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Apr 29, 2011
1 parent d60d441 commit d2c14e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mongodb/modules/bash/dsl
@@ -1,6 +1,11 @@
#!/usr/bin/env bash

mongodb_compile()
mongodb_configure()
{
true # no-op
}

mongodb_build()
{
true # no-op
}
Expand Down

0 comments on commit d2c14e9

Please sign in to comment.