mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 00:05:37 +00:00
SOLARUS: that's not the library you're looking for
This commit is contained in:
parent
854c1e4bd1
commit
f581bde42c
|
@ -599,9 +599,8 @@ modules:
|
|||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
||||
- rm -rf "files/lib/pkgconfig"
|
||||
- cp -r "files/lib/debug/lib/*" "${FLATPAK_DEST}/retrodeck/tmplib/debug/"
|
||||
- rm -rf "files/lib/debug"
|
||||
#- cp -r "files/lib/debug/lib/*" "${FLATPAK_DEST}/retrodeck/tmplib/debug/"
|
||||
- rm -rf "files/lib/debug" "files/lib/pkgconfig"
|
||||
- mv "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
- chmod +x "${FLATPAK_DEST}/bin/"*
|
||||
|
|
Loading…
Reference in a new issue