commit c4036235a5a4fc12c119feab5c886e4f6cb45f08
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon May 21 05:05:40 2018 +0100
Simpler scriptlet
pcsx2.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pcsx2.spec b/pcsx2.spec
index c11e540..2449e61 100644
--- a/pcsx2.spec
+++ b/pcsx2.spec
@@ -82,7 +82,7 @@ sed -i 's/@PCSX2_MENU_CATEGORIES@/Game;Emulator;GTK;/g'
linux_various/PCSX2.desk
# have no much impact on speed 2/ some gcc flags (used to) crash PCSX2"
# Extensive testing will is therefore needed. See rpmfusion bug #2455
-%if (0%{?fedora} && 0%{?fedora} == 27)
+%if 0%{?fedora} == 27
export WX_CONFIG=wx-config-3.0-gtk2
%endif