Commit 246b2dfa authored by Vitaly Lipatov's avatar Vitaly Lipatov

small changes

parent 3052b617
...@@ -96,7 +96,7 @@ __epm_changelog_unlocal_names() ...@@ -96,7 +96,7 @@ __epm_changelog_unlocal_names()
docmd equery changes -f $1 | less docmd equery changes -f $1 | less
;; ;;
*) *)
fatal "Have no suitable command for $PMTYPE" fatal "Have no suitable command for $PMTYPE. Try install the package firstly."
;; ;;
esac esac
......
...@@ -59,6 +59,7 @@ query_package_url() ...@@ -59,6 +59,7 @@ query_package_url()
case $PMTYPE in case $PMTYPE in
*-rpm) *-rpm)
# TODO: for binary packages?
query_package_field URL "$1" || __query_package_hl_url "$1" query_package_field URL "$1" || __query_package_hl_url "$1"
#LANG=C epm info "$1" #LANG=C epm info "$1"
return return
......
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