Pathname: silence install-info output
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
46b80bd552
commit
c5592b83b2
@ -269,7 +269,7 @@ class Pathname
|
||||
unless self.symlink?
|
||||
raise "Cannot install info entry for unbrewed info file '#{self}'"
|
||||
end
|
||||
system '/usr/bin/install-info', self.to_s, (self.dirname+'dir').to_s
|
||||
system '/usr/bin/install-info', '--quiet', self.to_s, (self.dirname+'dir').to_s
|
||||
end
|
||||
|
||||
def uninstall_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user