Skip to content

Commit

Permalink
xqilla: support non "/usr/local" HOMEBREW_PREFIX
Browse files Browse the repository at this point in the history
Closes Homebrew#14060.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
bellbind authored and adamv committed Aug 10, 2012
1 parent 0b891e9 commit ea04acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xqilla.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Xqilla < Formula

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--with-xerces=#{HOMEBREW_PREFIX}",
"--prefix=#{prefix}"
system "make install"
end
Expand Down

0 comments on commit ea04acd

Please sign in to comment.