Skip to content

Commit

Permalink
Add "git" to the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 427397a commit 6265ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions droonga/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

depends "runit"
depends "build-essential"
depends "git"
depends "groonga"
1 change: 1 addition & 0 deletions droonga/recipes/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

include_recipe "build-essential"
include_recipe "git"
include_recipe "groonga::development"

droonga_engine = node.droonga.engine
Expand Down

0 comments on commit 6265ef2

Please sign in to comment.