Fix tempfile creation.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Lars 2010-02-16 16:22:20 +02:00 committed by Adam Vandenberg
parent 2a8753aa6c
commit da59b47a6d
1 changed files with 2 additions and 1 deletions

View File

@ -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