Show More
@@ -35,7 +35,7 b' def installnormalfilesmatchfn(manifest):' | |||||
35 | m._fmap = set(m._files) |
|
35 | m._fmap = set(m._files) | |
36 | m._always = False |
|
36 | m._always = False | |
37 | origmatchfn = m.matchfn |
|
37 | origmatchfn = m.matchfn | |
38 |
m.matchfn = lambda f: notlfile(f) and origmatchfn(f) |
|
38 | m.matchfn = lambda f: notlfile(f) and origmatchfn(f) | |
39 | return m |
|
39 | return m | |
40 | oldmatch = installmatchfn(overridematch) |
|
40 | oldmatch = installmatchfn(overridematch) | |
41 |
|
41 |
General Comments 0
You need to be logged in to leave comments.
Login now