mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +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
|
buildsystem: simple
|
||||||
build-commands:
|
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
|
# Initializing RO retrodeck config folder
|
||||||
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue