aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/idcomments.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/idcomments.rb b/Library/Formula/idcomments.rb
index 3a956fe32..fcad51a38 100644
--- a/Library/Formula/idcomments.rb
+++ b/Library/Formula/idcomments.rb
@@ -6,7 +6,8 @@ class Idcomments <Formula
md5 '6ceb271af37754657c7f81b3dba334de'
def install
- bin.install "idcomments"
+ inreplace 'idcomments', '$(tempfile)', '$(mktemp /tmp/idcomments.XXXXXXXX)'
+ bin.install 'idcomments'
doc.install %w(about changelog copyright todo)
end
end