pmb/aportgen/grub_efi.py: pass apkbuild-lint (MR 1950)

This commit is contained in:
Oliver Smith 2020-05-12 21:39:55 +02:00 committed by Alexey Min
parent 2bb96184d0
commit a74aafb978
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ def generate(args, pkgname):
}}
"""
for line in apkbuild.split("\n"):
handle.write(line[12:] + "\n")
handle.write(line[12:].replace(" " * 4, "\t") + "\n")
handle.write("sha512sums=\"" + hashes.rstrip() + "\"\n")