retrorama_theme_xmb: copy png folder and font.ttf to xmb/custom

This commit is contained in:
Tomáš Kelemen (vudiq) 2024-04-28 08:42:09 +02:00
parent 5074178c1e
commit 8682f3ad93
No known key found for this signature in database
GPG key ID: 5CE55E600E0B3B22

View file

@ -7,7 +7,7 @@ PKG_LONGDESC="Retrorama Theme for Retroarch XMB UI"
PKG_TOOLCHAIN="manual"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/share/retroarch/assets/{xmb,wallpapers}
cp -vr Retrorama ${INSTALL}/usr/share/retroarch/assets/xmb
mkdir -p ${INSTALL}/usr/share/retroarch/assets/{xmb/custom,wallpapers}
cp -vr Retrorama/font.ttf Retrorama/png ${INSTALL}/usr/share/retroarch/assets/xmb/custom
cp -vr "Retrorama Dynamic Wallpapers" ${INSTALL}/usr/share/retroarch/assets/wallpapers
}