Commit 91873d6a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-epm_install: don't use epm command

parent c3b3ec0c
......@@ -40,7 +40,9 @@ __epm_korinf_list() {
__epm_korinf_install() {
local PACKAGE="$1"
epm install $(__epm_korinf_site_mask "$PACKAGE")
# due Error: Can't use epm call from the piped script
#epm install $(__epm_korinf_site_mask "$PACKAGE")
pkg_names='' pkg_files='' pkg_urls="$(__epm_korinf_site_mask "$PACKAGE")" epm_install
}
epm_epm_install() {
......
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