xqilla: support non "/usr/local" HOMEBREW_PREFIX

Closes Homebrew/homebrew#14060.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
bellbind 2012-08-09 00:49:01 +09:00 committed by Adam Vandenberg
parent 961c92a074
commit 8074629c5f

View file

@ -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