Commit a6220a4e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack: print error if download is failed

parent 3837b4a5
......@@ -128,6 +128,7 @@ epm_pack()
load_helper epm-download
cd $tmpdir || fatal
__handle_pkg_urls_to_install
[ -n "$pkg_files" ] || fatal "Can't download $tarname"
tarname="$(realpath "$pkg_files")"
elif [ -d "$tarname" ] ; then
tarname="$(realpath "$tarname")"
......
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