Commit 87d878e1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-install-alt: warn instead of fatal for --nodeps with local repo

parent 88424895
......@@ -71,7 +71,7 @@ epm_install_files_alt()
# install packages via local repo if enabled
if [ -n "$use_local_repo" ] ; then
[ -n "$nodeps" ] && fatal "Option --nodeps is not supported with local repo"
[ -n "$nodeps" ] && warning "Option --nodeps is not supported with local repo, ignored"
epm_install_files_alt_via_repo $files
return
fi
......
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