aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-fedora.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-02-09 16:15:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-02-10 11:53:44 +0300
commite1c36d138fb38cfe46cb236b87f092810075ef20 (patch)
tree153616c59519fc69546d09fed3501e5c4f447c6a /bpkg/system-package-manager-fedora.hxx
parent63ef45cd77b9db7ab0b08a2c4eab8a831aafdb73 (diff)
Improve system_package_manager_fedora::pkg_install() and add some notes
Diffstat (limited to 'bpkg/system-package-manager-fedora.hxx')
-rw-r--r--bpkg/system-package-manager-fedora.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/system-package-manager-fedora.hxx b/bpkg/system-package-manager-fedora.hxx
index a1f7baf..df2e765 100644
--- a/bpkg/system-package-manager-fedora.hxx
+++ b/bpkg/system-package-manager-fedora.hxx
@@ -252,6 +252,9 @@ namespace bpkg
void
dnf_install (const strings&);
+ void
+ dnf_mark_install (const strings&);
+
pair<cstrings, const process_path&>
dnf_common (const char*);