mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Use target_env calls in Python modules.
This commit is contained in:
parent
bf885d65db
commit
10ce42f35c
12 changed files with 75 additions and 75 deletions
|
@ -60,7 +60,7 @@ def run():
|
|||
|
||||
gen.write(line)
|
||||
|
||||
libcalamares.utils.chroot_call(['locale-gen'])
|
||||
libcalamares.utils.target_env_call(['locale-gen'])
|
||||
print('locale.gen done')
|
||||
|
||||
locale_conf_path = os.path.join(install_path, "etc/locale.conf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue