fftw: remove dir file cruft

`info` related files are now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-06 19:40:04 -05:00
parent e5fd35200f
commit 92f41eacb3

View file

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