Commit bebfbb4d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-epm_install: use get_pkg_name_delimiter()

parent 2890839c
......@@ -37,10 +37,7 @@ __epm_korinf_list() {
__epm_korinf_install(){
local PACKAGE="$1"
local aftername="-"
# hack
[ "$($DISTRVENDOR -p)" = "deb" ] && aftername="_"
epm install $(__epm_korinf_site_mask "$PACKAGE$aftername")
epm install $(__epm_korinf_site_mask "$PACKAGE$(get_pkg_name_delimiter)")
}
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