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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/system-package-manager-archive.cxx b/bpkg/system-package-manager-archive.cxx
index 8496bb3..e0f0ad2 100644
--- a/bpkg/system-package-manager-archive.cxx
+++ b/bpkg/system-package-manager-archive.cxx
@@ -761,7 +761,7 @@ namespace bpkg
// Using archive type as file type seems appropriate.
//
path f (archive (out, base, t));
- r.push_back (binary_file {move (f), move (t)});
+ r.push_back (binary_file {move (t), move (f), "" /* system_name */});
}
}