diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 5952960c..80fcf9de 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -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