unifdef: fix install prefix

This commit is contained in:
Jack Nagel 2013-03-31 01:25:44 -05:00
parent b711a018c1
commit faf92b8834

View file

@ -9,7 +9,7 @@ class Unifdef < Formula
"The unifdef provided by Xcode cannot compile gevent."
def install
system "make", "PREFIX=#{prefix}", "install"
system "make", "prefix=#{prefix}", "install"
end
def test