bzip2: fix typo in package (#23312)

A recently merged PR had a typo that slipped through CI. Here's a fix.
This commit is contained in:
Massimiliano Culpo 2021-04-28 16:19:10 +02:00 committed by GitHub
parent f5e6c32495
commit 6ab859fb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ def flag_handler(self, name, flags):
return(flags, None, None)
def patch(self):
if spec.satisfies('+debug'):
if self.spec.satisfies('+debug'):
for makefile in ['Makefile', 'Makefile-libbz2_so']:
filter_file(r'-O ', '-O0 ', makefile)
filter_file(r'-O2 ', '-O0 ', makefile)