aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-unpack.cxx')
-rw-r--r--bpkg/pkg-unpack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx
index 50c5137..c066f6f 100644
--- a/bpkg/pkg-unpack.cxx
+++ b/bpkg/pkg-unpack.cxx
@@ -161,7 +161,7 @@ namespace bpkg
// What should we do if tar or something after it fails? Cleaning
// up the package directory sounds like the right thing to do.
//
- auto_rm_r arm (d);
+ auto_rmdir arm (d);
cstrings args;