aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grass.rb
diff options
context:
space:
mode:
authorJack Nagel2013-10-26 20:49:36 -0500
committerJack Nagel2013-10-26 20:51:02 -0500
commit7ae078b08eb916ac97f0d2e19522a69d8ae0aab9 (patch)
treec88a5c2ac2a9c126d409656442e0869a34b69655 /Library/Formula/grass.rb
parent927b489ada6a90b0ef40e30f28f7e282021abdda (diff)
downloadhomebrew-7ae078b08eb916ac97f0d2e19522a69d8ae0aab9.tar.bz2
grass: style nit
Diffstat (limited to 'Library/Formula/grass.rb')
-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