From a93c2bf2c44bba4c88ed7f9d974a76fcf03e6150 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Mar 2023 13:25:24 +0200 Subject: Tweak structured result format in pkg-bindist --- bpkg/system-package-manager.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bpkg/system-package-manager.hxx') 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 { - // Empty if not applicable. - // - string system_name; - string system_version; + string system_version; // Empty if not applicable. }; virtual binary_files -- cgit v1.1