aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-06-29 12:40:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-06-29 12:40:45 +0300
commit79f4ad271f6aff249da156df10efb25b513f7d46 (patch)
tree8dd931400fa0b6a2e0d3f12f09f5e16f02c16ae2
parent415910fcf960ecc054a3ab0757bbae47c4e363f7 (diff)
Make bootstrap-build dummy value created for older packages manifest be valid
-rw-r--r--libbpkg/manifest.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}