Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
6c02495181
commit
23c721b5ad
|
@ -68,8 +68,8 @@ def copy_deb64_specific():
|
|||
for p in range(src_size):
|
||||
x = source_q.get()
|
||||
y = destination_q.get()
|
||||
shutil.copytree(cur_dir + 'paths.' + x,
|
||||
WP_CHROOT + 'paths.' + y,
|
||||
shutil.copytree(cur_dir + paths.x,
|
||||
WP_CHROOT + paths.y,
|
||||
dirs_exist_ok=True
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue