diff options
| author | Jack Nagel | 2011-12-31 16:13:31 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-03 19:28:56 -0600 |
| commit | 95e379faf1de79a46bd49dcf890b8053afde58b8 (patch) | |
| tree | 76ca7538db49e326cc2477669f5e0658ea6128d4 /Library/Formula/mysql.rb | |
| parent | b042edc8d2da07b418deb81aff5720ae51c2b620 (diff) | |
| download | homebrew-95e379faf1de79a46bd49dcf890b8053afde58b8.tar.bz2 | |
Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 32c3a5469..538a7c1c2 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -144,7 +144,7 @@ class Mysql < Formula <key>Label</key> <string>com.mysql.mysqld</string> <key>Program</key> - <string>#{bin}/mysqld_safe</string> + <string>#{HOMEBREW_PREFIX}/bin/mysqld_safe</string> <key>RunAtLoad</key> <true/> <key>UserName</key> |
