gfortran: remove skip_clean :all

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-09-13 12:55:41 -05:00
parent 0638c727c8
commit 1b25e041a0

View file

@ -59,9 +59,6 @@ class Gfortran < Formula
GfortranPkgDownloadStrategy GfortranPkgDownloadStrategy
end end
# Shouldn't strip compiler binaries.
skip_clean :all
def install def install
if MacOS::Xcode.version >= '4.2' and MacOS.version >= :lion if MacOS::Xcode.version >= '4.2' and MacOS.version >= :lion
ohai "Installing gfortran 4.2.4 for XCode 4.2 (build 5666) or higher" ohai "Installing gfortran 4.2.4 for XCode 4.2 (build 5666) or higher"