Commit 0e56b97a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm download: use BIGTMPDIR for temp download dir

parent 0d0348d4
......@@ -68,7 +68,7 @@ __download_pkg_urls()
[ -z "$pkg_urls" ] && return
for url in $pkg_urls ; do
local tmppkg
tmppkg="$(mktemp -d)" || fatal
tmppkg="$(mktemp -d --tmpdir=$BIGTMPDIR)" || fatal
docmd chmod $verbose a+rX $tmppkg
showcmd cd $tmppkg
cd $tmppkg || fatal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment