mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
Do not attempt to create same directory twice with --external-sources
This commit is contained in:
parent
55ad47acd7
commit
5c7122b570
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue