Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-05 17:48:42 +09:00
parent 6c02495181
commit 23c721b5ad
1 changed files with 2 additions and 2 deletions

View File

@ -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
)