libtiff: fix typo.

Fixes Homebrew/homebrew#14412, Homebrew/homebrew#14415.
This commit is contained in:
Mike McQuaid 2012-08-23 09:36:31 -07:00
parent cf58176b34
commit 4b861e7e51

View file

@ -10,7 +10,7 @@ class Libtiff < Formula
def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-dependency-tracking",
"--without-x"
"--without-x",
"--prefix=#{prefix}"
system "make install"
end