diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fcgiwrap.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/fcgiwrap.rb b/Library/Formula/fcgiwrap.rb index acb58f942..19623ed47 100644 --- a/Library/Formula/fcgiwrap.rb +++ b/Library/Formula/fcgiwrap.rb @@ -8,9 +8,6 @@ class Fcgiwrap < Formula depends_on :autoconf depends_on 'fcgi' - # Do not strip binaries, or else it fails to run. - skip_clean :all - def install system "autoreconf", "-i" system "./configure", "--prefix=#{prefix}" |
