mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Fix for cp -rnL errors (#1000)
* Fix features.json, add srm launcher * Logging * Set correct logging levels * Bob makes it nexy year already! * full splash screen dates * Alpha version of post build check * Bob makes a comeback, by adding a cli argument * test build * json update? * Stop multi press of SRM button * If error then just carry on :)
This commit is contained in:
parent
b86bf20617
commit
a8435990ef
|
@ -343,7 +343,7 @@ modules:
|
|||
build-commands:
|
||||
- rm -f "files/manifest.json"
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
||||
- cp -rnL "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- "cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
|
||||
- rm -rf "files/lib"
|
||||
- chmod +x "files/bin/"*
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
|
@ -380,7 +380,7 @@ modules:
|
|||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
||||
- cp -rnL "files/lib/debug" "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- rm -rf "files/lib/debug"
|
||||
- cp -rnL "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- "cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
|
||||
- rm -rf "files/lib"
|
||||
- chmod +x "files/bin/"*
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
|
@ -400,7 +400,7 @@ modules:
|
|||
- rm -rf "files/lib/pkgconfig"
|
||||
- cp -rnL "files/lib/debug" "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- rm -rf "files/lib/debug"
|
||||
- cp -rnL "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- "if ! cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null; then echo 'Warning: Some files could not be copied, but the build will continue.'; fi"
|
||||
- rm -rf "files/lib"
|
||||
- chmod +x "files/bin/"*
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
|
@ -435,7 +435,7 @@ modules:
|
|||
build-commands:
|
||||
- rm -f "files/manifest.json"
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
||||
- cp -rnL "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- "cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
|
||||
- rm -rf "files/lib"
|
||||
- chmod +x "files/bin/"*
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
|
@ -555,7 +555,7 @@ modules:
|
|||
- rm -f "files/manifest.json"
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
||||
- rm -rf "files/lib/cmake" "files/lib/pkgconfig" "files/lib/debug"
|
||||
- cp -rnL "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- "cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
|
||||
- rm -rf "files/lib"
|
||||
- chmod +x "files/bin/"*
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
|
@ -650,7 +650,7 @@ modules:
|
|||
build-commands:
|
||||
- rm -f "files/manifest.json"
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
||||
- cp -rnL "files/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||
- "cp -rnL files/lib/* ${FLATPAK_DEST}/retrodeck/tmplib 2>/dev/null || echo 'Warning: Some files could not be copied, but the build will continue.'"
|
||||
- rm -rf "files/lib"
|
||||
- chmod +x "files/bin/"*
|
||||
- cp -r files/* "${FLATPAK_DEST}"
|
||||
|
|
Loading…
Reference in a new issue