mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Backed out changeset ada66cbedd75 (bug 1289638)
This commit is contained in:
parent
732be475c8
commit
f850d3a1a1
@ -161,6 +161,9 @@ def resolve_files():
|
||||
finder = FileFinder(sdk_path, find_executables=False,
|
||||
ignore=entry.get('ignore', []))
|
||||
for p, f in finder.find(entry['pattern']):
|
||||
# We remove the SDK version from the path so we don't have
|
||||
# to update other configs when we change the SDK version.
|
||||
p = p.replace('/%s/' % SDK_RELEASE, '/')
|
||||
relpath = 'SDK/%s' % p
|
||||
|
||||
yield relpath.encode('utf-8'), f
|
||||
|
Loading…
Reference in New Issue
Block a user