aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/imagemagick.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 07e01b305..4f3761a9f 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -13,6 +13,10 @@ class Imagemagick <Formula
depends_on 'little-cms' => :optional
depends_on 'ghostscript' => :recommended
+ def skip_clean? path
+ path.extname == '.la'
+ end
+
def install
ENV.libpng
ENV.deparallelize