scrollkeeper: specify XML catalog path to configure
Closes Homebrew/homebrew#10702. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0f2797fd87
commit
212cdc8fbc
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue