aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-07-19 23:27:58 -0700
committerAdam Vandenberg2014-07-19 23:28:39 -0700
commitb0138e447d235ae2a9d462bcf6547cec59fe810b (patch)
tree0b3f3a85123d8cd8dc49731b076f4e2e6e993bc1 /Library
parent86b3090d4d8a73736f0e303633742d81ab01b5c4 (diff)
downloadbrew-b0138e447d235ae2a9d462bcf6547cec59fe810b.tar.bz2
fix comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cleaner.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cleaner.rb b/Library/Homebrew/cleaner.rb
index b3e320358..30cf1c0f5 100644
--- a/Library/Homebrew/cleaner.rb
+++ b/Library/Homebrew/cleaner.rb
@@ -64,7 +64,9 @@ class Cleaner
end
end
- # Clean a single folder (non-recursively)
+ # Clean a top-level (bin, sbin, lib) directory, recursively, by fixing file
+ # permissions and removing .la files, unless the files (or parent
+ # directories) are protected by skip_clean.
def clean_dir d
d.find do |path|
path.extend(ObserverPathnameExtension)