Fix Mednafen on a clean install, few portmaster changes

This commit is contained in:
mason 2023-11-16 00:16:26 +00:00
parent fb2ed9cc64
commit f19a20a6f3
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B
4 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@
# a BSP kernel and a rotated display when using DEVICE_ROOT.
if [ -n "${DEVICE_ROOT}" ]
then
CLEAN_DEVICE_ROOT="linux u-boot SDL2 SDL2-rotated retroarch mupen64plus-sa-input-sdl flycast-sa duckstation-sa drastic-sa fileman oga_controls"
CLEAN_DEVICE_ROOT="linux u-boot SDL2 SDL2-rotated retroarch mupen64plus-sa-input-sdl flycast-sa duckstation-sa drastic-sa fileman oga_controls portmaster"
fi
# additional drivers to install:

View file

@ -30,7 +30,7 @@ makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/compat
curl -Lo ${PKG_BUILD}/compat.zip ${COMPAT_URL}
unzip ${PKG_BUILD}/compat.zip -d ${INSTALL}/usr/lib/compat/
unzip -qq ${PKG_BUILD}/compat.zip -d ${INSTALL}/usr/lib/compat/
}
post_install() {

View file

@ -5,7 +5,7 @@
. /etc/profile
export MEDNAFEN_HOME=/storage/.config/mednafen
export MEDNAFEN_CONFIG=/usr/config/mednafen/mednafen.cfg
export MEDNAFEN_CONFIG=/usr/config/mednafen/mednafen.template
if [ ! -d "$MEDNAFEN_HOME" ]
then