Commit 12545d1d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play yandex-browser: fix RedOS case

parent df418cff
......@@ -26,7 +26,7 @@ else
PKGURL="$URL/deb/pool/main/y/$PKGNAME/$(epm print constructname $PKGNAME "$VERSION*" amd64 deb)"
fi
if "$(epm print info -s)" = "redos" ] ; then
if [ "$(epm print info -s)" = "redos" ] ; then
BRANCH="stable"
PKGURL="$URL/rpm/redos/x86_64/$(epm print constructname $PKGNAME "$VERSION*" x86_64 rpm)"
fi
......
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