Commit 0282198b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play.d/common.sh: do fatal if there are a few packages in PKGNAME

parent 1485b5e1
......@@ -391,6 +391,7 @@ esac
is_supported_arch "$(epm print info -a)" || fatal "Only '$SUPPORTEDARCHES' architectures is supported"
epm tool estrlist has_space "$PKGNAME" && fatal "play.d/common does not support a new packages in PKGNAME at all!"
# skip install if there is package installed not via epm play
is_repacked_package $REPOPKGNAME || exit 0
......
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