aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/grass.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb
index f02f8ff01..de9ac0de9 100644
--- a/Library/Formula/grass.rb
+++ b/Library/Formula/grass.rb
@@ -93,8 +93,8 @@ class Grass < Formula
if build.with? "mysql"
mysql = Formula.factory('mysql')
- args << "--with-mysql-includes=#{mysql.include + 'mysql'}"
- args << "--with-mysql-libs=#{mysql.lib + 'mysql'}"
+ args << "--with-mysql-includes=#{mysql.include}/mysql"
+ args << "--with-mysql-libs=#{mysql.lib}/mysql"
args << "--with-mysql"
end