aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-debian.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-23 13:22:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-23 13:22:05 +0200
commitf7786c1a87a374a33a9810626a6f5d26b61b0a23 (patch)
treee349bcb71432d99a624ceb3a5ab2ff953c820696 /bpkg/system-package-manager-debian.cxx
parent692ac2f6123c341d8cb5203568d78bef51fe044a (diff)
Review
Diffstat (limited to 'bpkg/system-package-manager-debian.cxx')
-rw-r--r--bpkg/system-package-manager-debian.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/system-package-manager-debian.cxx b/bpkg/system-package-manager-debian.cxx
index d294416..1f187c8 100644
--- a/bpkg/system-package-manager-debian.cxx
+++ b/bpkg/system-package-manager-debian.cxx
@@ -973,7 +973,7 @@ namespace bpkg
}
void system_package_manager_debian::
- pkg_install (const vector<package_name>&)
+ pkg_install (const vector<package_name>&, bool)
{
assert (!installed_);
installed_ = true;