mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
MANIFEST: moving /app/usr to /app/share as it breaks appstream-compose
This commit is contained in:
parent
7963223627
commit
3c3f32686d
|
@ -715,6 +715,10 @@ modules:
|
|||
buildsystem: simple
|
||||
build-commands:
|
||||
|
||||
# This prevents appstream-compose to fail
|
||||
- mv -n ${FLATPAK_DEST}/usr/** ${FLATPAK_DEST}/share
|
||||
- rm -rf ${FLATPAK_DEST}/usr
|
||||
|
||||
# Initializing RO retrodeck config folder
|
||||
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||
|
||||
|
|
Loading…
Reference in a new issue