Merge pull request #1251 from brooksytech/ogu

Temporary ES workaround
This commit is contained in:
Brooksytech 2023-04-04 05:59:50 -07:00 committed by GitHub
commit 6b44ee1125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}