Commit b8fde546 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm download: fix EPM_BACKEND handling for alt

parent e563322b
...@@ -271,8 +271,10 @@ epm_download() ...@@ -271,8 +271,10 @@ epm_download()
case "$BASEDISTRNAME" in case "$BASEDISTRNAME" in
"alt") "alt")
__epm_download_alt $* if [ "$PMTYPE" = "apt-rpm" ] ; then
return __epm_download_alt $*
return
fi
;; ;;
esac esac
......
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