From b18e54a088e84ed31f320d69b904af3f999adb2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 06:21:35 +0200 Subject: Get rid of 'updated' state; clean in pkg-disfigure --- bpkg/pkg-configure.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index c0dc05e..65355ba 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -101,10 +101,10 @@ namespace bpkg // the broken state. // - // Pretend we are configured. + // Indicate to pkg_disfigure() we are partially configured. // p->out_root = out_root.leaf (); - p->state = state::configured; + p->state = state::broken; pkg_disfigure (c, t, p); // Commits the transaction. throw; -- cgit v1.1