diff options
Diffstat (limited to 'app-emulation')
-rwxr-xr-x | app-emulation/steam/files/kogaion-steam | 2 | ||||
-rw-r--r-- | app-emulation/steam/steam-1.0.0.45-r7.ebuild (renamed from app-emulation/steam/steam-1.0.0.45-r6.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/steam/files/kogaion-steam b/app-emulation/steam/files/kogaion-steam index 02e5f2a9..f83f5115 100755 --- a/app-emulation/steam/files/kogaion-steam +++ b/app-emulation/steam/files/kogaion-steam @@ -21,7 +21,7 @@ preload_some_system_libs () { # steam must be told where nvidia opengl libs live on gentoo systems # but this will break optimus, so check if we detect bbswitch in here # if we do, we do not preload nvidia opengl, as it will break steam - if [[ "$(lsmod|grep nvidia)" && "$(lsmod|grep bbswitch)" ]] ; then + if [[ "$(lsmod|grep bbswitch)" ]] ; then echo "" echo "nvidia optimus detected, we will not preload nvidia libs" echo "" diff --git a/app-emulation/steam/steam-1.0.0.45-r6.ebuild b/app-emulation/steam/steam-1.0.0.45-r7.ebuild index 5d2ebc9d..5d2ebc9d 100644 --- a/app-emulation/steam/steam-1.0.0.45-r6.ebuild +++ b/app-emulation/steam/steam-1.0.0.45-r7.ebuild |