Commit 83e23588 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm ei: get real path before epm install (to fix ask about install)

parent 999a15a7
...@@ -35,7 +35,7 @@ __epm_korinf_site_mask() { ...@@ -35,7 +35,7 @@ __epm_korinf_site_mask() {
tURL="$EPM_KORINF_REPO_URL/$archprefix$($DISTRVENDOR --vendor-name)/$($DISTRVENDOR --repo-name)" tURL="$EPM_KORINF_REPO_URL/$archprefix$($DISTRVENDOR --vendor-name)/$($DISTRVENDOR --repo-name)"
docmd eget --check "$tURL" && URL="$tURL" docmd eget --check "$tURL" && URL="$tURL"
fi fi
echo "$URL/$MASK*.$PKGFORMAT" eget --list --latest "$URL/$MASK*.$PKGFORMAT"
} }
__epm_korinf_list() { __epm_korinf_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