Temporary ES workaround
This commit is contained in:
parent
96531dba71
commit
8fd8c47764
1 changed files with 6 additions and 0 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue