Commit 18310b79 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm ei: add --scripts for eepm (fix broken deps when epm-repack is installed)

parent 41582294
......@@ -78,7 +78,13 @@ __epm_korinf_install_eepm() {
fi
fi
__epm_korinf_install eepm
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"
# enable scripts to resolve dependencies with apt
scripts='--scripts' __epm_korinf_install $pkg_list
}
epm_epm_install_help()
......
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