mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix failure with --external-sources
This commit is contained in:
parent
32dc4c702b
commit
b45e1f81ae
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ class Generator():
|
||||||
copy_no_network_distfiles(early_distfile_dir)
|
copy_no_network_distfiles(early_distfile_dir)
|
||||||
|
|
||||||
if self.external_sources:
|
if self.external_sources:
|
||||||
os.mkdir(main_distfile_dir)
|
|
||||||
shutil.copytree(self.distfiles_dir, main_distfile_dir)
|
shutil.copytree(self.distfiles_dir, main_distfile_dir)
|
||||||
else:
|
else:
|
||||||
os.mkdir(main_distfile_dir)
|
os.mkdir(main_distfile_dir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue