aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-18 20:43:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-27 14:23:07 +0300
commitf283fbea934a1a2bad3fa1df25a82717e6b11aac (patch)
tree6f3180be8ca67a8a7efe6e79c98b0366d0e9c099 /bdep/publish.cxx
parent07fdebdbb02fde71d6e656ddd46b967347417502 (diff)
Implement temp directory facility
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/publish.cxx b/bdep/publish.cxx
index 0fbe02d..2a74262 100644
--- a/bdep/publish.cxx
+++ b/bdep/publish.cxx
@@ -333,7 +333,7 @@ namespace bdep
// Prepare package archives and calculate their checksums. Also verify
// each archive with bpkg-pkg-verify for good measure.
//
- auto_rmdir dr_rm (dir_path ("/tmp/publish")); //@@ TODO tmp facility like in bpkg.
+ auto_rmdir dr_rm (tmp_dir ("publish"));
const dir_path& dr (dr_rm.path); // dist.root
mk (dr);