scrollkeeper: specify XML catalog path to configure

Closes Homebrew/homebrew#10702.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Francesco Mosca 2012-03-05 22:33:49 +01:00 committed by Jack Nagel
parent 0f2797fd87
commit 212cdc8fbc

View file

@ -9,7 +9,9 @@ class Scrollkeeper < Formula
depends_on 'docbook'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}",
"--with-xml-catalog=#{etc}/xml/catalog"
system "make"
system "make install"
end