Commit 1d82a8ef authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: fix warning when we have repacking rule

parent d1e59f03
...@@ -36,7 +36,8 @@ __epm_have_repack_rule() ...@@ -36,7 +36,8 @@ __epm_have_repack_rule()
__epm_check_if_needed_repack() __epm_check_if_needed_repack()
{ {
__epm_have_repack_rule "$@" || return __epm_have_repack_rule "$@" || return
warning "There is repack rule for $pkgname package. It is better install this package via 'epm --repack install' or 'epm play'." local pkgname="$(epm print name for package "$1")"
warning "There is repack rule for '$pkgname' package. It is better install this package via 'epm --repack install' or 'epm play'."
} }
# arg: rpm or deb # arg: rpm or deb
......
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