mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Fix up checksums + other fixes
This commit is contained in:
parent
e7c39af4b9
commit
9543a47f1b
110 changed files with 387 additions and 231 deletions
|
|
@ -136,7 +136,7 @@ this script the next time")
|
|||
|
||||
def deploy_sysglobal_files(self):
|
||||
"""Deploy files common to all Sys*"""
|
||||
sysglobal_files = ['helpers.sh']
|
||||
sysglobal_files = ['helpers.sh', 'SHA256SUMS.pkgs']
|
||||
for file in sysglobal_files:
|
||||
shutil.copy2(os.path.join(self.git_dir, 'sysglobal', file),
|
||||
self.base_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue