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>
master
Jens Erat 2012-12-25 21:40:30 +01:00 committed by Charlie Sharpsteen
parent 10bca2378c
commit e3bb959869
1 changed files with 2 additions and 0 deletions

View File

@ -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