aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ldid.rb4
1 files changed, 2 insertions, 2 deletions
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