signing-party: fix audit warning
This commit is contained in:
parent
cb8520ae0d
commit
05cf7d919f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class SigningParty < Formula
|
||||
url 'http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_1.1.4.orig.tar.gz'
|
||||
homepage 'http://pgp-tools.alioth.debian.org/'
|
||||
url 'http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_1.1.4.orig.tar.gz'
|
||||
md5 '675f8f1edd01baa8b58a743927d13750'
|
||||
|
||||
depends_on 'gnupg' unless system "/usr/bin/which -s gpg"
|
||||
|
@ -36,7 +36,7 @@ class SigningParty < Formula
|
|||
end
|
||||
|
||||
cd 'gpg-mailkeys' do
|
||||
inreplace 'gpg-mailkeys',
|
||||
inreplace 'gpg-mailkeys',
|
||||
%q[`getent passwd $USER | cut -d: -f5 | cut -d, -f1`],
|
||||
%q[`osascript -e "long user name of (system info)" 2>/dev/null`]
|
||||
|
||||
|
|
Loading…
Reference in a new issue