Skip to content

Commit

Permalink
remove rename argument from install_symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
hww3 committed Sep 10, 2012
1 parent c79caf2 commit e81a345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/pike.rb
Expand Up @@ -98,8 +98,8 @@ def install
"include_path=#{libexec}/include",
"INSTALLARGS=--traditional"

bin.install_symlink "#{libexec}/bin/pike" => "pike"
share.install_symlink "#{libexec}/share/man" => "man"
bin.install_symlink "#{libexec}/bin/pike"
share.install_symlink "#{libexec}/share/man"

end
end

0 comments on commit e81a345

Please sign in to comment.