aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-06 19:40:04 -0500
committerJack Nagel2012-05-06 19:40:04 -0500
commit0d3d8a4b46dba4abb0cdf8b6d38bfa9855c7d6c5 (patch)
tree7937f7663a8695a91a6a37edbf135dc9b93aa062 /Library
parent785e7148a3054def364ec7abf10275a3b4841d44 (diff)
downloadhomebrew-0d3d8a4b46dba4abb0cdf8b6d38bfa9855c7d6c5.tar.bz2
fftw: remove dir file cruft
`info` related files are now handled internally. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fftw.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb
index 5b013d970..7c91f88c9 100644
--- a/Library/Formula/fftw.rb
+++ b/Library/Formula/fftw.rb
@@ -37,8 +37,5 @@ class Fftw < Formula
# no SIMD optimization available
system "./configure", "--enable-long-double", *args
system "make install"
-
- #wtf file?
- (info+'dir').unlink
end
end