Fix failure with --external-sources

This commit is contained in:
Gábor Stefanik 2023-12-18 17:22:52 +01:00
parent 32dc4c702b
commit b45e1f81ae
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ class Generator():
copy_no_network_distfiles(early_distfile_dir)
if self.external_sources:
os.mkdir(main_distfile_dir)
shutil.copytree(self.distfiles_dir, main_distfile_dir)
else:
os.mkdir(main_distfile_dir)