From 79f4ad271f6aff249da156df10efb25b513f7d46 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 29 Jun 2022 12:40:45 +0300 Subject: Make bootstrap-build dummy value created for older packages manifest be valid --- libbpkg/manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index 98070ea..48eb021 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -4119,7 +4119,7 @@ namespace bpkg // tests/manifest/testscript when removing this workaround. // // bad_name ("no package bootstrap build specified"); - m.bootstrap_build = ""; + m.bootstrap_build = "project = " + m.name.string () + '\n'; m.alt_naming = false; } } -- cgit v1.1