From 7874dfb556e6b1c8fce4d458ab7ae5eed80486b8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 23 Feb 2014 12:21:43 -0800 Subject: update doc --- Library/Homebrew/formula.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index f1a2f0de1..503ea800e 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -247,9 +247,10 @@ class Formula end end - # sometimes the cleaner breaks things + # sometimes the formula cleaner breaks things # skip cleaning paths in a formula with a class method like this: - # skip_clean bin/"foo", lib/"bar" + # skip_clean "bin/foo", "lib"bar" + # keep .la files with: # skip_clean :la def skip_clean? path return true if path.extname == '.la' and self.class.skip_clean_paths.include? :la -- cgit v1.2.3