mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 18:25:36 -04:00
bugfixes! what kind of drunk seafood wrote these?
This commit is contained in:
parent
c1ece2d616
commit
643cc21d3c
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ def mount_crossdirect(native_chroot: str, target_chroot: str, target_arch: str,
|
|||
|
||||
os.makedirs(native_mount, exist_ok=True)
|
||||
|
||||
ld_so = glob(f"{os.path.join('native_chroot', 'usr', 'lib', 'ld-linux-')}*")[0]
|
||||
ld_so = glob(f"{os.path.join(native_chroot, 'usr', 'lib', 'ld-linux-')}*")[0]
|
||||
copy(ld_so, os.path.join(target_chroot, 'usr', 'lib'))
|
||||
|
||||
logging.debug(f'Mounting {native_chroot} to {native_mount}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue