Commit 5a7a10e0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common.sh: add missed is_pkg_enough()

parent ec81d8e1
......@@ -627,6 +627,15 @@ get_desktop_value()
}
# copied from epm play common
s_pkg_enough()
{
local PKG="$1"
local needed="$2"
# epm print enough package version "$PKG" "$needed"
epm status --installed "$PKG" "$needed"
}
# arg: minimal require of libstdc++ version
# return true is we have such version
is_stdcpp_enough()
......
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