diff --git a/auto-updated-bioconda-recipes b/auto-updated-bioconda-recipes new file mode 160000 index 0000000..5b96026 --- /dev/null +++ b/auto-updated-bioconda-recipes @@ -0,0 +1 @@ +Subproject commit 5b96026a21dcf8aaeb86115c2422633b099856c4 diff --git a/patch_recipe.py b/patch_recipe.py index 417dd1e..e31403b 100644 --- a/patch_recipe.py +++ b/patch_recipe.py @@ -40,7 +40,7 @@ def inject_run_exports(lines: list[str]): modified_lines = [] for line in lines: indentation_count = _calc_indentation(line) - if line == "package:\n" and indentation_count == 0: + if line == "build:\n" and indentation_count == 0: package_indent = True modified_lines.append(line) elif package_indent and indentation_count == 0: