aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/analog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/analog.rb b/Library/Formula/analog.rb
index 922f9ce02..1ad7ee7a6 100644
--- a/Library/Formula/analog.rb
+++ b/Library/Formula/analog.rb
@@ -13,7 +13,7 @@ class Analog < Formula
def install
system "make", "CC=#{ENV.cc}",
"CFLAGS=#{ENV.cflags}",
- "DEFS='-DLANGDIR=\"/foo-share/analog/lang\"' -DHAVE_ZLIB",
+ "DEFS='-DLANGDIR=\"#{share/'analog/lang/'}\"' -DHAVE_ZLIB",
"LIBS=-lz",
"OS=OSX"
bin.install "analog"