0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00

Fix l10n paths

This commit is contained in:
Malte Jürgens 2024-10-06 17:49:12 +02:00
parent cae2630523
commit 9ba6e88056
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -173,7 +173,8 @@ def librewolf_patches():
else:
target_path = Path(
"lw", "l10n",
*rel_path.parts
*rel_path.parts[0:2],
*rel_path.parts[1:]
)
target_path.parent.mkdir(parents=True, exist_ok=True)