mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 05:45:46 -04:00
AppImage: Glob fix
This commit is contained in:
@ -196,7 +196,7 @@ echo "Copying binary and resources..."
|
||||
cp -a "$BUILDDIR/bin"/* "$OUTDIR/usr/bin"
|
||||
|
||||
# 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.
|
||||
echo "Patching RPATH in ${BINARY}..."
|
||||
|
Reference in New Issue
Block a user