aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-archive.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager-archive.cxx')
-rw-r--r--bpkg/system-package-manager-archive.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/system-package-manager-archive.cxx b/bpkg/system-package-manager-archive.cxx
index 79d4ca4..3f5143f 100644
--- a/bpkg/system-package-manager-archive.cxx
+++ b/bpkg/system-package-manager-archive.cxx
@@ -734,14 +734,14 @@ namespace bpkg
}
optional<const system_package_status*> system_package_manager_archive::
- pkg_status (const package_name&, const available_packages*)
+ status (const package_name&, const available_packages*)
{
assert (false);
return nullopt;
}
void system_package_manager_archive::
- pkg_install (const vector<package_name>&)
+ install (const vector<package_name>&)
{
assert (false);
}