Skip to content

Commit

Permalink
Use the virtual package that's not version dependant.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakeless committed Jul 19, 2012
1 parent 2dcc9dd commit 97c3115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql.rb
Expand Up @@ -29,7 +29,7 @@

dep 'mysql.managed' do
installs {
via :apt, %w[mysql-server libmysqlclient16-dev]
via :apt, %w[mysql-server libmysqlclient-dev]
}
provides 'mysql'
after :on => :osx do
Expand Down

0 comments on commit 97c3115

Please sign in to comment.