mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Manifest mkdirs
This commit is contained in:
parent
25ca04f98d
commit
71a26e0a4d
|
@ -1039,8 +1039,8 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
|
|
||||||
# Initializing retrodeck and emulationstation config folders
|
# Initializing retrodeck and emulationstation config folders
|
||||||
- mkdir -p /var/config/retrodeck
|
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||||
- mkdir -p /var/config/emulationstation
|
- mkdir -p ${FLATPAK_DEST}/emulationstation
|
||||||
|
|
||||||
# Prep the ES-DE and RetroArch config files - I will have to SED/XMLSTARLET them soon
|
# Prep the ES-DE and RetroArch config files - I will have to SED/XMLSTARLET them soon
|
||||||
- rm -rf /app/share/emulationstation/resources/systems/unix/es_find_rules.xml
|
- rm -rf /app/share/emulationstation/resources/systems/unix/es_find_rules.xml
|
||||||
|
|
Loading…
Reference in a new issue