Skip to content

Commit

Permalink
gnupg2: install vanilla man symlinks
Browse files Browse the repository at this point in the history
Closes #3853.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
DomT4 committed Aug 13, 2016
1 parent cfcaf8b commit 307bad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/gnupg2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def install
# Add symlinks from gpg2 to unversioned executables, replacing gpg 1.x.
bin.install_symlink "gpg2" => "gpg"
bin.install_symlink "gpgv2" => "gpgv"
man1.install_symlink "gpg2.1" => "gpg.1"
man1.install_symlink "gpgv2.1" => "gpgv.1"

# Gpg-zip isn't installed by this formula.
rm_f man1/"gpg-zip.1"
Expand Down

0 comments on commit 307bad7

Please sign in to comment.