analog: audit fixes

Closes Homebrew/homebrew#48640.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
Tomasz Pajor 2016-01-30 16:23:26 +01:00 committed by Dominyk Tiller
parent e78ade146b
commit 346c3fdeaf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Analog < Formula
def install
system "make", "CC=#{ENV.cc}",
"CFLAGS=#{ENV.cflags}",
"DEFS='-DLANGDIR=\"#{share/"analog/lang/"}\"' -DHAVE_ZLIB",
"DEFS='-DLANGDIR=\"#{pkgshare}/lang/\"' -DHAVE_ZLIB",
"LIBS=-lz",
"OS=OSX"