mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 04:15:24 +01:00
Fix inclusion of distfiles superflously
This commit is contained in:
parent
c62134de08
commit
73acbedf16
1 changed files with 1 additions and 1 deletions
2
sysa.py
2
sysa.py
|
|
@ -80,7 +80,7 @@ class SysA(SysGeneral):
|
|||
|
||||
def sysc(self, create_initramfs):
|
||||
"""Copy in sysc files for sysc."""
|
||||
if create_initramfs:
|
||||
if create_initramfs or not self.external_sources:
|
||||
ignore = shutil.ignore_patterns('tmp', 'distfiles')
|
||||
else:
|
||||
ignore = shutil.ignore_patterns('tmp')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue