mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
chroot.py: fix error message
This commit is contained in:
parent
1d9f8239a0
commit
b08326d707
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ class Chroot:
|
|||
if not os.path.islink(ld_so_target):
|
||||
os.symlink(os.path.join('/native', 'usr', 'lib', ld_so), ld_so_target)
|
||||
else:
|
||||
logging.debug('ld-linux.so symlink already exists, skipping for {target_chroot.name}')
|
||||
logging.debug(f'ld-linux.so symlink already exists, skipping for {self.name}')
|
||||
|
||||
# TODO: find proper fix
|
||||
rustc = os.path.join(native_chroot.path, 'usr/lib/crossdirect', target_arch, 'rustc')
|
||||
|
|
Loading…
Add table
Reference in a new issue