Commit 4f47050
committed
chromium/generate_license_list.py: Fix finding license files
Use the paths returned by find_chromium_licenses() as is
as they are already relative to chromium_root. Do not use
os.path.relpath() as it generates ../../../.. (...) paths.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>1 parent 407e3ac commit 4f47050
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | | - | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments