diff options
| author | Mike McQuaid | 2013-12-14 18:13:11 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-14 18:18:35 +0000 |
| commit | 3c86d2b8ffdcb854c88553c86b7911dfbb9766db (patch) | |
| tree | 34579ec2c40222d1f235843e9f6de49d5f9ecb66 /Library/Formula/mysql.rb | |
| parent | 71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff) | |
| download | homebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2 | |
Update docs, comment mxcl/homebrew refs.
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 |
