Fix up checksums + other fixes

This commit is contained in:
fosslinux 2022-02-23 20:59:57 +11:00
parent e7c39af4b9
commit 9543a47f1b
110 changed files with 387 additions and 231 deletions

View file

@ -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)