pmb/aportgen/grub_efi.py: pass apkbuild-lint

This commit is contained in:
Oliver Smith 2020-05-12 21:39:55 +02:00
parent f7a154b61b
commit 23d4bb7020
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
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")