Skip to content

Commit

Permalink
Add libgdbm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harper committed Oct 4, 2011
1 parent 332ab4c commit f954eaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -88,6 +88,7 @@ vms:
- openssl
- sysctl
- libyaml # libyaml MUST be installed before rubies. MK.
- libgdbm # libgdbm MUST be installed before rubies. CH.
- emacs::nox
- vim
- timetrap
Expand Down
4 changes: 4 additions & 0 deletions vagrant_base/libgdbm/recipes/default.rb
@@ -0,0 +1,4 @@
case node[:platform]
when "ubuntu", "debian"
package "libgdbm-dev"
end

0 comments on commit f954eaf

Please sign in to comment.