aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/percona-server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/percona-server.rb')
-rw-r--r--Library/Formula/percona-server.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb
index 84ddda780..cbae5d6a0 100644
--- a/Library/Formula/percona-server.rb
+++ b/Library/Formula/percona-server.rb
@@ -27,7 +27,7 @@ class PerconaServer < Formula
fails_with :llvm do
build 2334
- cause "https://github.com/mxcl/homebrew/issues/issue/144"
+ cause "https://github.com/Homebrew/homebrew/issues/issue/144"
end
# Where the database files should be located. Existing installs have them
@@ -39,14 +39,14 @@ class PerconaServer < Formula
def patches
# Fixes percona server 5.6 compilation on OS X 10.9, based on
- # https://github.com/mxcl/homebrew/commit/aad5d93f4fabbf69766deb83780d3a6eeab7061a
+ # https://github.com/Homebrew/homebrew/commit/aad5d93f4fabbf69766deb83780d3a6eeab7061a
# for mysql 5.6
"https://gist.github.com/israelshirk/7cc640498cf264ebfce3/raw/846839c84647c4190ad683e4cbf0fabcd8931f97/gistfile1.txt"
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}"
@@ -108,7 +108,7 @@ class PerconaServer < 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