signing-party: install missing pgp-{clean,fixkey}
There are two more useful perl scripts in caff's directory. They've been missing until now, this commit adds them. Closes Homebrew/homebrew#16746. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
10bca2378c
commit
e3bb959869
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ class SigningParty < Formula
|
|||
system "make"
|
||||
man1.install Dir['*.1']
|
||||
bin.install 'caff'
|
||||
bin.install 'pgp-clean'
|
||||
bin.install 'pgp-fixkey'
|
||||
(doc+'caff').install Dir['README*', 'caffrc.sample']
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue