Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
libtiff: fix typo.
Fixes #14412, #14415.
  • Loading branch information
MikeMcQuaid committed Aug 23, 2012
1 parent 0e6fc67 commit d671171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/libtiff.rb
Expand Up @@ -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
Expand Down

0 comments on commit d671171

Please sign in to comment.