From 2df57d72b65012674e6bc64dec66d9b3fd7f993b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 May 2018 14:10:56 +0300 Subject: Fallback to output directory removal for --keep-out on disfigure failure --- bpkg/pkg-checkout.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-checkout.cxx') diff --git a/bpkg/pkg-checkout.cxx b/bpkg/pkg-checkout.cxx index 18ce2b9..e78dd9b 100644 --- a/bpkg/pkg-checkout.cxx +++ b/bpkg/pkg-checkout.cxx @@ -198,10 +198,9 @@ namespace bpkg text << "distributing " << n << '/' << v; run_b (o, - c, - bspec, verb_b::progress, - strings ({"config.dist.root=" + c.representation ()})); + strings ({"config.dist.root=" + c.representation ()}), + bspec); mc = sha256 (o, d / manifest_file); } -- cgit v1.1