diff --git a/play.d/steam.sh b/play.d/steam.sh index 8d882734291e5e0eee85ce569138452913724e46..2e3d18ce022b28ba324b98930969d62f628d69d6 100755 --- a/play.d/steam.sh +++ b/play.d/steam.sh @@ -15,6 +15,12 @@ if ! epm install $REPOPKGNAME ; then PKGURL="https://cdn.akamai.steamstatic.com/client/installer/steam.deb" epm install $PKGURL res=$? + + if [ "$(epm print info -s)" = "alt" ] ; then + # https://bugzilla.altlinux.org/46110 + epm install --skip-installed lsof i586-libcurl + fi + fi epm play i586-fix