diff options
| author | Alexis Hildebrandt | 2010-08-14 13:15:15 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-14 10:07:21 -0700 |
| commit | 95c626b2ba879faccfd83f43ac509c3b4fd1b564 (patch) | |
| tree | 84590525c85d17c26d94bf7e39a3a2fb083fa20e /Library | |
| parent | 5159e3acb177ed3b5b04b61844cf5a43e73f1457 (diff) | |
| download | homebrew-95c626b2ba879faccfd83f43ac509c3b4fd1b564.tar.bz2 | |
Update Formula: libotr
Correct manpage installation path
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libotr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libotr.rb b/Library/Formula/libotr.rb index 5cf0a4479..064126a6b 100644 --- a/Library/Formula/libotr.rb +++ b/Library/Formula/libotr.rb @@ -8,7 +8,7 @@ class Libotr <Formula depends_on 'libgcrypt' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{man}" system "make install" end end |
