Commit c9a5ba95 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-provides: small fix

parent f8d28195
......@@ -23,7 +23,9 @@ epm_provides_files()
{
[ -n "$pkg_files" ] || return
case $(get_package_type $pkg_files) in
local PKGTYPE="$(get_package_type $pkg_files)"
case $PKGTYPE in
rpm)
docmd rpm -q --provides -p $pkg_files
;;
......
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