mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +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
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- install -Dm755 "files/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
||||
- install -Dm755 "files/lib/"* "/usr/local/lib"
|
||||
- install -Dm755 "files/"* "${FLATPAK_DEST}"
|
||||
sources:
|
||||
- type: archive
|
||||
|
@ -358,7 +358,7 @@ modules:
|
|||
- install -Dm755 ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/* "${FLATPAK_DEST}/share/libretro/"
|
||||
- chmod +x ./*.AppImage
|
||||
- ./*.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"
|
||||
sources:
|
||||
- type: archive
|
||||
|
@ -451,7 +451,7 @@ modules:
|
|||
- chmod +x *.AppImage
|
||||
- ./*.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)
|
||||
- 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"
|
||||
sources:
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue