Commit 9fea01c
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 9fea01c
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | | - | |
99 | | - | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
0 commit comments