Handle cross filesystem untarring in bootstrap.py
This commit is contained in:
parent
3df0194f6e
commit
92abaad22c
@ -103,7 +103,7 @@ def move(src, base_dest):
|
||||
os.makedirs(dest, exist_ok=True)
|
||||
move(x.path, dest)
|
||||
else:
|
||||
os.rename(x.path, dest)
|
||||
shutil.move(x.path, dest)
|
||||
|
||||
|
||||
def compile_terminfo(base):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user