diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-23 11:47:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-23 11:49:34 +0300 |
commit | edeb250d50ca3f2dfb88a8b623abae43d4229bbc (patch) | |
tree | 3e2377f193e2440a42218b156f267f4fdbbc83d1 | |
parent | 5b353cce5b2d78e007924f903b8b02afaf9d3975 (diff) |
Fix pkg-disfigure
-rw-r--r-- | bpkg/pkg-disfigure.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/pkg-disfigure.cxx b/bpkg/pkg-disfigure.cxx index 7ddd418..bae2a4e 100644 --- a/bpkg/pkg-disfigure.cxx +++ b/bpkg/pkg-disfigure.cxx @@ -114,6 +114,8 @@ namespace bpkg else bspec = "disfigure('" + src_root.representation () + "'@'" + rep + "')"; + + disfigure = true; // Make sure the flag matches the behavior. } // Clean and/or disfigure. |