aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
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);