Commit 3ad5a5dc authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm ei: update eepm-repack if it is installed

parent 413bbf16
......@@ -94,9 +94,8 @@ __epm_korinf_install_eepm()
fi
pkg_list="eepm"
# TODO: reenable eepm-repack build
# don't lose epm-repack if installed
# is_installed epm-repack && pkg_list="$pkg_list eepm-repack"
# don't lose eepm-repack if installed
is_installed eepm-repack && pkg_list="$pkg_list eepm-repack"
# 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