mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
PANCAKES: module fixed for libman
This commit is contained in:
parent
1bca634265
commit
72deb3ed73
|
@ -599,8 +599,6 @@ modules:
|
||||||
# Step 1: Create the Flatpak destination directory
|
# Step 1: Create the Flatpak destination directory
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
- mkdir -p "${FLATPAK_DEST}"
|
||||||
# Step 2: Extract and manage library files
|
# Step 2: Extract and manage library files
|
||||||
- chmod +x *.so*
|
|
||||||
- mv *.so* "squashfs-root/usr/lib"
|
|
||||||
- /app/bin/libman.sh "squashfs-root/usr/lib"
|
- /app/bin/libman.sh "squashfs-root/usr/lib"
|
||||||
# Step 3: Move and set up the binary
|
# Step 3: Move and set up the binary
|
||||||
- mv R*x* "${FLATPAK_DEST}/bin/"
|
- mv R*x* "${FLATPAK_DEST}/bin/"
|
||||||
|
|
Loading…
Reference in a new issue