games-fps/darkplaces: fix typo
authorAlexander Tsoy <alexander@tsoy.me>
Mon, 30 Apr 2018 17:44:45 +0000 (20:44 +0300)
committerPacho Ramos <pacho@gentoo.org>
Mon, 30 Apr 2018 18:00:55 +0000 (20:00 +0200)
games-fps/darkplaces/darkplaces-20140513-r1.ebuild

index dc66236c626aa1dca057193e01ccd4419909e054..303d09082be6421232ab0144bfa108b1c8c7aec7 100644 (file)
@@ -186,7 +186,7 @@ pkg_postinst() {
                elog "Place pak0.pak and pak1.pak in ${dir}/id1"
        fi
 
-       if use sdl $$ ! use alsa ; then
+       if use sdl && ! use alsa ; then
                ewarn "Select opengl with alsa, instead of sdl USE flag, for better audio latency."
        fi
 }