Commit ec0f6299 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play onlyoffice: use 7.3.3 for p9 and c9f2

parent 5dc4f372
......@@ -24,6 +24,12 @@ case "$(epm print info -s)" in
arch=amd64
file=onlyoffice-desktopeditors_amd64.deb
pkgtype=deb
repo="$(epm print info -r)"
if [ "$VERSION" = "*" ] && [ "$repo" = "p9" ] || [ "$repo" = "c9f2" ] ; then
# need old glibc
VERSION=7.3.3
fi
;;
esac
......
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