Skip to content

Commit

Permalink
Fixing the man dir for svg2pdf
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Nemo157 authored and adamv committed Apr 11, 2011
1 parent 6801464 commit a8ca8d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/Formula/svg2pdf.rb
Expand Up @@ -9,7 +9,9 @@ class Svg2pdf < Formula
depends_on 'libsvg-cairo'

def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end

0 comments on commit a8ca8d0

Please sign in to comment.