diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 55be27461..3ba610dea 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -32,12 +32,12 @@ class Mysql < Formula    fails_with :llvm do      build 2326 -    cause "https://github.com/mxcl/homebrew/issues/issue/144" +    cause "https://github.com/Homebrew/homebrew/issues/issue/144"    end    def install      # Don't hard-code the libtool path. See: -    # https://github.com/mxcl/homebrew/issues/20185 +    # https://github.com/Homebrew/homebrew/issues/20185      inreplace "cmake/libutils.cmake",        "COMMAND /usr/bin/libtool -static -o ${TARGET_LOCATION}",        "COMMAND libtool -static -o ${TARGET_LOCATION}" @@ -102,7 +102,7 @@ class Mysql < Formula      system "make install"      # Don't create databases inside of the prefix! -    # See: https://github.com/mxcl/homebrew/issues/4975 +    # See: https://github.com/Homebrew/homebrew/issues/4975      rm_rf prefix+'data'      # Link the setup script into bin | 
