Update manopen.rb (#33516)

This commit is contained in:
Miccal Matthews 2017-05-06 08:22:32 +08:00 committed by GitHub
parent c8a0026df6
commit be03cbed1f
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ cask 'manopen' do
app 'ManOpen.app'
binary 'openman'
artifact 'openman.1', target: '/usr/local/share/man/man1/openman.1'
artifact 'openman.1', target: "#{HOMEBREW_PREFIX}/share/man/man1/openman.1"
end