fix incorrect comment
This commit is contained in:
parent
3a4a529453
commit
0bdce89d65
@ -74,7 +74,8 @@ class Cleaner
|
|||||||
path.chmod perms
|
path.chmod perms
|
||||||
end
|
end
|
||||||
|
|
||||||
# Clean a single folder (non-recursively)
|
# Removes .la files and fixes file permissions for a directory tree, keeping
|
||||||
|
# existing files and permissions if instructed to by the formula
|
||||||
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