diff options
-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. |