mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 22:45:38 +00:00
MANIFEST: fixed an issue where RetroArch couldn't remove a folder
This commit is contained in:
parent
110175b2ef
commit
16fb711474
|
@ -210,7 +210,7 @@ modules:
|
||||||
- >-
|
- >-
|
||||||
mv ${FLATPAK_DEST}/share/pixmaps/retroarch.svg
|
mv ${FLATPAK_DEST}/share/pixmaps/retroarch.svg
|
||||||
${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
||||||
- rmdir ${FLATPAK_DEST}/share/pixmaps/
|
- rm -rf ${FLATPAK_DEST}/share/pixmaps/
|
||||||
- mkdir -p ${FLATPAK_DEST}/etc
|
- mkdir -p ${FLATPAK_DEST}/etc
|
||||||
- >-
|
- >-
|
||||||
sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg >
|
sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg >
|
||||||
|
|
Loading…
Reference in a new issue