aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 372730d..7f5af7d 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -201,16 +201,14 @@ namespace bpkg
struct binary_file
{
- bpkg::path path;
string type;
+ bpkg::path path;
+ string system_name; // Empty if not applicable.
};
struct binary_files: public vector<binary_file>
{
- // Empty if not applicable.
- //
- string system_name;
- string system_version;
+ string system_version; // Empty if not applicable.
};
virtual binary_files