Skip to content

Commit

Permalink
mmsrip: fix mandir
Browse files Browse the repository at this point in the history
While we're at it, use a slightly better test.

Closes #5457.

Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
  • Loading branch information
zmwangx committed Oct 1, 2016
1 parent 5a10780 commit 41bd730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/mmsrip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class Mmsrip < Formula

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

test do
system "#{bin}/mmsrip", "-v"
assert_match version.to_s, shell_output("#{bin}/mmsrip --version 2>&1")
end
end

0 comments on commit 41bd730

Please sign in to comment.