diff --git a/easybuild/framework/easyblock.py b/easybuild/framework/easyblock.py index ce436f1841..abfea455b3 100644 --- a/easybuild/framework/easyblock.py +++ b/easybuild/framework/easyblock.py @@ -2482,7 +2482,7 @@ def check_checksums_for(self, ent, sub='', source_cnt=None): checksum_issues = [] sources = ent.get('sources', []) - patches = ent.get('patches', []) + patches = ent.get('patches', []) + ent.get('postinstallpatches', []) checksums = ent.get('checksums', []) # Single source should be re-wrapped as a list, and checksums with it if isinstance(sources, dict):