aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-01-16 10:29:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-01-16 10:29:18 +0200
commitce76d4774a9e9d6b6c57d2c21f45f289eedccd56 (patch)
treefed7459fbf40e14f6297d1911c39e0daf3a43f27 /bpkg/pkg-unpack.cxx
parente2d59d4a05b7624570c6398b3a6d095138d0d241 (diff)
Use tmp directory facility for storing temporary certificates
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;