aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-13 13:25:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-13 14:08:15 +0200
commit3cc61ab4a6275428520cb0fb2f18dc3e09aef28a (patch)
tree98e4de2fc914c3510668d29879de30a483712c40 /bpkg/system-package-manager.hxx
parent5bdce34d722233ea81557d02ebe213cc83cf4d7a (diff)
Move os-release facility to libbutl
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 4549fba..4ae2e07 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -8,13 +8,15 @@
#include <bpkg/utility.hxx>
#include <libbutl/path-map.hxx>
+#include <libbutl/host-os-release.hxx>
#include <bpkg/package.hxx>
#include <bpkg/common-options.hxx>
-#include <bpkg/host-os-release.hxx>
namespace bpkg
{
+ using os_release = butl::os_release;
+
// The system/distribution package manager interface. Used by both pkg-build
// (to query and install system packages) and by pkg-bindist (to generate
// them).