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 - fix
This commit is contained in:
parent
a492fdb0a6
commit
3f3c17158a
|
@ -716,8 +716,11 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
|
|
||||||
# This prevents appstream-compose to fail
|
# This prevents appstream-compose to fail
|
||||||
- mv -n ${FLATPAK_DEST}/usr/** ${FLATPAK_DEST}/share
|
- |
|
||||||
- rm -rf ${FLATPAK_DEST}/usr
|
if [ -d ${FLATPAK_DEST}/usr ]; then
|
||||||
|
mv -n ${FLATPAK_DEST}/usr/** ${FLATPAK_DEST}/share
|
||||||
|
rm -rf ${FLATPAK_DEST}/usr
|
||||||
|
fi
|
||||||
|
|
||||||
# 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