abduco: use f-string (#40432)

This commit is contained in:
Alec Scott 2023-10-11 10:51:26 -07:00 committed by GitHub
parent 275a2f35b5
commit e43a090877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,4 +21,4 @@ class Abduco(MakefilePackage):
version("0.4", sha256="bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb")
def install(self, spec, prefix):
make("PREFIX={0}".format(prefix), "install")
make(f"PREFIX={prefix}", "install")