This commit is contained in:
Jarred Wilson 2025-03-08 09:59:34 -06:00
parent e2b795f181
commit 43db832653
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@ chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir ./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir
# Bundle libc and all dependencies # Bundle libc and all dependencies
echo AppDir/usr/bin/shadps4 ldd AppDir/usr/bin/shadps4
ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \ ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \
| xargs -I {} cp -vf {} AppDir/usr/lib | xargs -I {} cp -vf {} AppDir/usr/lib
cp -v /lib64/ld-linux-x86-64.so.2 AppDir cp -v /lib64/ld-linux-x86-64.so.2 AppDir

View File

@ -19,7 +19,6 @@ chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir ./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir
# Bundle libc and all dependencies # Bundle libc and all dependencies
echo AppDir/usr/bin/shadps4
ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \ ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \
| xargs -I {} cp -vf {} AppDir/usr/lib | xargs -I {} cp -vf {} AppDir/usr/lib
cp -v /lib64/ld-linux-x86-64.so.2 AppDir cp -v /lib64/ld-linux-x86-64.so.2 AppDir