Skip to content

Commit

Permalink
no compile step for mongodb.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Apr 29, 2011
1 parent 0c5fbda commit ff2e735
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mongodb/modules/bash/dsl
@@ -1,5 +1,10 @@
#!/usr/bin/env bash

mongodb_compile()
{
true # no-op
}

mongodb_install()
{
ensure_paths_exist "${install_path}"
Expand Down

0 comments on commit ff2e735

Please sign in to comment.