Commit ea91cd95 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play common.sh: add hack for hplip-plugin

parent 196e8785
......@@ -484,6 +484,9 @@ is_supported_arch "$(epm print info -a)" || fatal "Only '$SUPPORTEDARCHES' archi
# skip install if there is package installed not via epm play
is_repacked_packages $REPOPKGNAME || exit 0
# hack for hplip
[ "$PKGNAME" = "hplip-plugin" ] && VERSION="*"
if [ -z "$VERSION" ] && [ -z "$force" ] && [ -n "$EGET_IPFS_DB" ] && [ -z "$latest" ] ; then
# IPFS is using, use known version
VERSION="$(get_latest_version $PKGNAME)"
......
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