mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Fix l10n paths
This commit is contained in:
parent
cae2630523
commit
9ba6e88056
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ def librewolf_patches():
|
||||||
else:
|
else:
|
||||||
target_path = Path(
|
target_path = Path(
|
||||||
"lw", "l10n",
|
"lw", "l10n",
|
||||||
*rel_path.parts
|
*rel_path.parts[0:2],
|
||||||
|
*rel_path.parts[1:]
|
||||||
)
|
)
|
||||||
target_path.parent.mkdir(parents=True, exist_ok=True)
|
target_path.parent.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue