From c6196464780fbdb1a2dbdda92061189395e5072e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Mar 2018 19:22:42 +0300 Subject: Add support for --keep-out option --- bpkg/pkg-configure.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index aaa426f..19b64d9 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -175,7 +175,9 @@ namespace bpkg p->out_root = out_root.leaf (); p->state = package_state::broken; - pkg_disfigure (c, o, t, p); // Commits the transaction. + // Commits the transaction. + // + pkg_disfigure (c, o, t, p, true /* clean */); throw; } -- cgit v1.1