fix comment
This commit is contained in:
parent
86b3090d4d
commit
b0138e447d
@ -64,7 +64,9 @@ class Cleaner
|
|||||||
end
|
end
|
||||||
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
|
def clean_dir d
|
||||||
d.find do |path|
|
d.find do |path|
|
||||||
path.extend(ObserverPathnameExtension)
|
path.extend(ObserverPathnameExtension)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user