Skip to content

Commit

Permalink
john: use libexec (#11693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 27, 2017
1 parent f8141de commit feed7b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/john.rb
Expand Up @@ -29,11 +29,11 @@ def install
doc.install Dir["doc/*"]

# Only symlink the binary into bin
(share/"john").install Dir["run/*"]
bin.install_symlink share/"john/john"
libexec.install Dir["run/*"]
bin.install_symlink libexec/"john"

# Source code defaults to 'john.ini', so rename
mv share/"john/john.conf", share/"john/john.ini"
mv libexec/"john.conf", libexec/"john.ini"
end
end

Expand Down

0 comments on commit feed7b5

Please sign in to comment.