mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
Applying flathub dev bbhtt's suggestions - part 2
This commit is contained in:
parent
c4524db613
commit
b32cf6b7a5
|
@ -329,7 +329,7 @@ modules:
|
||||||
- name: retrodeck-es-de
|
- name: retrodeck-es-de
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -Dm755 "files/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
- install -Dm755 "files/lib/"* "/usr/local/lib"
|
||||||
- install -Dm755 "files/"* "${FLATPAK_DEST}"
|
- install -Dm755 "files/"* "${FLATPAK_DEST}"
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
@ -358,7 +358,7 @@ modules:
|
||||||
- install -Dm755 ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/* "${FLATPAK_DEST}/share/libretro/"
|
- install -Dm755 ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/* "${FLATPAK_DEST}/share/libretro/"
|
||||||
- chmod +x ./*.AppImage
|
- chmod +x ./*.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
- install -Dm755 "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
- install -Dm755 "squashfs-root/usr/lib/"* "/usr/local/lib"
|
||||||
- install -Dm755 squashfs-root/usr/* "/usr"
|
- install -Dm755 squashfs-root/usr/* "/usr"
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
@ -451,7 +451,7 @@ modules:
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
#- rm -f /app/lib/libselinux.so.1 # TODO this rfile is breaking the build, we need it? Error: cp: /app/lib/libselinux.so.1: no version information available (required by cp)
|
#- rm -f /app/lib/libselinux.so.1 # TODO this rfile is breaking the build, we need it? Error: cp: /app/lib/libselinux.so.1: no version information available (required by cp)
|
||||||
- install -Dm755 "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
- install -Dm755 "squashfs-root/usr/lib/"* "/usr/local/lib"
|
||||||
- install -Dm755 squashfs-root/usr/* "/usr"
|
- install -Dm755 squashfs-root/usr/* "/usr"
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
|
|
Loading…
Reference in a new issue