aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-checkout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-checkout.cxx')
-rw-r--r--bpkg/pkg-checkout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-checkout.cxx b/bpkg/pkg-checkout.cxx
index 5b69d40..94dd19b 100644
--- a/bpkg/pkg-checkout.cxx
+++ b/bpkg/pkg-checkout.cxx
@@ -301,7 +301,7 @@ namespace bpkg
"config.dist.root='" + ord.representation () + "'",
bspec);
- mc = sha256 (o, d / manifest_file);
+ mc = package_checksum (o, d, nullptr /* package_info */);
}
if (p != nullptr)