aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Höppner2010-02-02 11:22:55 +0100
committerDavid Höppner2010-02-02 11:22:55 +0100
commit102be68081bbdbbcd3011c80fafa6426cba0b14d (patch)
treed2a2c942248bedecd45b999db7f16b7db1e5aa38 /Library
parentc0f1b78d447c45a36c5626543317e310a732ab80 (diff)
downloadhomebrew-102be68081bbdbbcd3011c80fafa6426cba0b14d.tar.bz2
ogmtools: correct man path
Diffstat (limited to 'Library')
-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