From 8fd8c47764c109675fd740e64ffb8d34b23767b3 Mon Sep 17 00:00:00 2001 From: mason Date: Tue, 4 Apr 2023 12:58:27 +0000 Subject: [PATCH] Temporary ES workaround --- packages/ui/emulationstation/package.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/ui/emulationstation/package.mk b/packages/ui/emulationstation/package.mk index cb6d1926c..1dd4da712 100644 --- a/packages/ui/emulationstation/package.mk +++ b/packages/ui/emulationstation/package.mk @@ -101,6 +101,12 @@ makeinstall_target() { cp ${PKG_BUILD}/start_es.sh ${INSTALL}/usr/bin chmod 0755 ${INSTALL}/usr/bin/start_es.sh + case ${DEVICE} in + S922X) + sed -i '/^emulationstation --log-path \/var\/log/c\emulationstation --ignore-gamelist --log-path \/var\/log' ${INSTALL}/usr/bin/start_es.sh + ;; + esac + mkdir -p ${INSTALL}/usr/lib/${PKG_PYTHON_VERSION} cp -rf ${PKG_DIR}/bluez/* ${INSTALL}/usr/lib/${PKG_PYTHON_VERSION}