From ce76d4774a9e9d6b6c57d2c21f45f289eedccd56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jan 2018 10:29:18 +0200 Subject: Use tmp directory facility for storing temporary certificates --- bpkg/pkg-unpack.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-unpack.cxx') 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; -- cgit v1.1