aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ogmtools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ogmtools.rb b/Library/Formula/ogmtools.rb
index 8d651fa41..325453570 100644
--- a/Library/Formula/ogmtools.rb
+++ b/Library/Formula/ogmtools.rb
@@ -9,7 +9,7 @@ class Ogmtools <Formula
depends_on 'libvorbis'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{prefix}/share"
system "make install"
end
end