mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-16 19:05:39 +00:00
AppImage: Glob fix
This commit is contained in:
parent
78b4c433c3
commit
7e20a79719
|
@ -196,7 +196,7 @@ echo "Copying binary and resources..."
|
||||||
cp -a "$BUILDDIR/bin"/* "$OUTDIR/usr/bin"
|
cp -a "$BUILDDIR/bin"/* "$OUTDIR/usr/bin"
|
||||||
|
|
||||||
# We don't need tests
|
# We don't need tests
|
||||||
rm -f "$OUTDIR/usr/bin/*-tests"
|
rm -f "$OUTDIR"/usr/bin/*-tests
|
||||||
|
|
||||||
# Patch RPATH so the binary goes hunting for shared libraries in the AppDir instead of system.
|
# Patch RPATH so the binary goes hunting for shared libraries in the AppDir instead of system.
|
||||||
echo "Patching RPATH in ${BINARY}..."
|
echo "Patching RPATH in ${BINARY}..."
|
||||||
|
|
Loading…
Reference in a new issue