aescrypt-packetizer: minor brew audit fix

Closes Homebrew/homebrew#44731.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
Andrew Janke 2015-10-07 22:45:25 -04:00 committed by Dominyk Tiller
parent 54c2b1c7bb
commit e4c805a947
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ class AescryptPacketizer < Formula
depends_on "libtool" => :build
end
depends_on :xcode => :build
option "with-default-names", "Build with the binaries named as expected upstream"
depends_on :xcode => :build
def install
if build.head?
cd "linux"