Commit 6c8f13ea authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-epm_install: install epm-play if needed

parent 4da763cd
......@@ -94,8 +94,10 @@ __epm_korinf_install_eepm()
fi
pkg_list="eepm"
# don't lose eepm-repack if installed
is_installed eepm-repack && pkg_list="$pkg_list eepm-repack"
# don't lose eepm-* if installed
for i in repack play ; do
is_installed eepm-$i && pkg_list="$pkg_list eepm-$i"
done
# enable scripts to resolve dependencies with apt
scripts='--scripts' __epm_korinf_install $pkg_list
......
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