aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-03-20 21:50:15 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-03-23 18:43:02 +0300
commitceb8d922d6cadefd835278d20184348b1b1dbf98 (patch)
tree437641411ca6b1104a7b6aa471c2f4065fe9524e /bpkg/pkg-build.cxx
parent1afab626ba5cdfb16dccd9249e4223d16d131c71 (diff)
Don't generate main binary package for header-only libraries on Debian and Fedora
Diffstat (limited to 'bpkg/pkg-build.cxx')
-rw-r--r--bpkg/pkg-build.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index f44ba15..cc69b58 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -1755,7 +1755,7 @@ namespace bpkg
{
diag_record dr (fail);
- dr << "no installed " << (o.sys_install () ? " or available " : "")
+ dr << "no installed " << (o.sys_install () ? "or available " : "")
<< "system package for " << nm;
if (!o.sys_install ())