Commit 7be9b0843d781d2ef7feff8c1d0fd1738286f244

Authored by Jacob Vosmaer
1 parent 1f0acbc8

Rename mysql-client software definition

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
config/software/mysql-client.rb
1 1 #
2 2 # Copyright:: Copyright (c) 2013 Robby Dyer
  3 +# Copyright:: Copyright (c) 2014 GitLab.com
3 4 # License:: Apache License, Version 2.0
4 5 #
5 6 # Licensed under the Apache License, Version 2.0 (the "License");
... ... @@ -14,7 +15,7 @@
14 15 # See the License for the specific language governing permissions and
15 16 # limitations under the License.
16 17 #
17   -name "mysql"
  18 +name "mysql-client"
18 19 version "5.5.25a"
19 20  
20 21 dependencies [
... ... @@ -44,7 +45,7 @@ if OHAI.platform =~ /centos/ and OHAI.platform_version =~ /^5/
44 45 env.merge!( {
45 46 "CC" => "gcc44",
46 47 "CXX" => "g++44"
47   - })
  48 + })
48 49 end
49 50  
50 51 build do
... ...