aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-23 12:21:43 -0800
committerAdam Vandenberg2014-02-23 15:53:26 -0800
commited56bdd04695f19da0b9c6f663d6387d8a13243a (patch)
treec9e8ab59e51d106dfab171fc916d620fc7c55e4a /Library
parent1f86923ec22388f5ced7e0ef0e767738be16b9ae (diff)
downloadbrew-ed56bdd04695f19da0b9c6f663d6387d8a13243a.tar.bz2
update doc
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb5
1 files changed, 3 insertions, 2 deletions
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