diff options
| author | Jack Nagel | 2012-05-06 19:40:04 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-05-06 19:40:04 -0500 | 
| commit | 0d3d8a4b46dba4abb0cdf8b6d38bfa9855c7d6c5 (patch) | |
| tree | 7937f7663a8695a91a6a37edbf135dc9b93aa062 /Library/Formula/fftw.rb | |
| parent | 785e7148a3054def364ec7abf10275a3b4841d44 (diff) | |
| download | homebrew-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/Formula/fftw.rb')
| -rw-r--r-- | Library/Formula/fftw.rb | 3 | 
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  | 
