From 1324a5bfd901280bc340614c3ba35efed5247598 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sun, 26 Nov 2017 09:25:24 +0700 Subject: games/RetroArch: Update script. Signed-off-by: Willy Sudiarto Raharjo --- games/RetroArch/RetroArch.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild index 6e4c3b9374..9bc4ec6442 100644 --- a/games/RetroArch/RetroArch.SlackBuild +++ b/games/RetroArch/RetroArch.SlackBuild @@ -77,14 +77,14 @@ else RELEASE=release fi -gles='' +gles=; python= + if [ "${GLES:-0}" = 1 ]; then gles='--enable-opengles' elif [ "${GLES3:-0}" = 1 ]; then gles='--enable-opengles --enable-opengles3' fi -python='' if [ "${PYTHON:-0}" = 1 ]; then python='--enable-python' # Needed for python3 in the 14.1 SBo branch. @@ -95,7 +95,7 @@ fi # Disable downloading cores with the online updater # https://github.com/libretro/RetroArch/issues/3237 -SED_CORE=''; SED_INFO=''; SED_MENU='' +SED_CORE=; SED_INFO=; SED_MENU= if [ "${BUILDBOT:-0}" != 1 ]; then SED_CORE="s|# libretro_directory =|libretro_directory = /usr/lib${LIBDIRSUFFIX}/libretro|" SED_INFO="s|# libretro_info_path =|libretro_info_path = /usr/lib${LIBDIRSUFFIX}/libretro/info|" -- cgit v1.2.3