aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-09 22:05:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-12 14:20:53 +0300
commitb48fc390bc1c6fa289f821bac0380267762d1238 (patch)
tree9944de53a4c11a8948e59d5fe5fb44a150a6aed8 /bpkg/pkg-unpack.cxx
parent6beb03862724e444bf24c92031e47814c9949ae2 (diff)
Verify package manifest compatibility with current toolchain
Diffstat (limited to 'bpkg/pkg-unpack.cxx')
-rw-r--r--bpkg/pkg-unpack.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx
index 862feac..0087086 100644
--- a/bpkg/pkg-unpack.cxx
+++ b/bpkg/pkg-unpack.cxx
@@ -169,7 +169,8 @@ namespace bpkg
// Verify the directory is a package and get its manifest.
//
package_manifest m (
- pkg_verify (d,
+ pkg_verify (o,
+ d,
true /* ignore_unknown */,
[&o, &d, &pvi] (version& v)
{