sntop: Ensure that the manpage is installed

Closes Homebrew/homebrew#29906.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
chdiza 2014-06-05 10:38:38 -05:00 committed by Mike McQuaid
parent 2fa0fc86c9
commit a44aba82e8

View file

@ -14,6 +14,7 @@ class Sntop < Formula
"--sysconfdir=#{etc}"
etc.mkpath
bin.mkpath
man1.mkpath
system "make install"
end