From 902f5b8ade8663e2bf217bfd1d4d90ece43105d1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 23 Jun 2011 10:14:08 -0700 Subject: ldid: fix audit warning --- Library/Formula/ldid.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb index 6f5cbaed7..18fc4bc04 100644 --- a/Library/Formula/ldid.rb +++ b/Library/Formula/ldid.rb @@ -6,7 +6,7 @@ class Ldid < Formula md5 '634c2f8b8a084046883e3793f6580e07' def install - system "g++ -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c" - bin.install ["util/ldid"] + system "g++ -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c" + bin.install ["util/ldid"] end end -- cgit v1.2.3