diff options
Diffstat (limited to 'build2/dist/operation.cxx')
-rw-r--r-- | build2/dist/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx index bbd7357..d03fe28 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -397,7 +397,7 @@ namespace build2 // Delete old archive for good measure. // path ap (root / path (a)); - if (file_exists (ap)) + if (file_exists (ap, false)) rmfile (ap); // Use zip for .zip archives. Everything else goes to tar in the |