bamutil: fix filter_file invocation (#36978)
This commit is contained in:
parent
794fc47722
commit
9d97ed1190
@ -37,7 +37,7 @@ class Bamutil(MakefilePackage):
|
|||||||
|
|
||||||
@when("@1.0.15")
|
@when("@1.0.15")
|
||||||
def edit(self, spec, prefix):
|
def edit(self, spec, prefix):
|
||||||
filter_file("git://", "https://", "Makefile.inc", String=True)
|
filter_file("git://", "https://", "Makefile.inc", string=True)
|
||||||
|
|
||||||
@when("@1.0.15:")
|
@when("@1.0.15:")
|
||||||
def build(self, spec, prefix):
|
def build(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user