diff options
| author | Francesco Mosca | 2012-03-05 22:33:49 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-03-05 15:50:52 -0600 |
| commit | 821be6ae479fd6645c5ac362873f13c06de751e7 (patch) | |
| tree | 2ec1b48c0976358e8b7caaf21a7e02f44fa41254 /Library/Formula | |
| parent | fb9e0f9231370a26ac8596585f3dcbd10894c76c (diff) | |
| download | homebrew-821be6ae479fd6645c5ac362873f13c06de751e7.tar.bz2 | |
scrollkeeper: specify XML catalog path to configure
Closes #10702.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scrollkeeper.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/scrollkeeper.rb b/Library/Formula/scrollkeeper.rb index 32412e96c..48a19ef80 100644 --- a/Library/Formula/scrollkeeper.rb +++ b/Library/Formula/scrollkeeper.rb @@ -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 |
