Skip to content

Commit 6f1664c

Browse files
authored
bundle alsa-lib dir
1 parent 7944236 commit 6f1664c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deadbeef-nightly-appimage.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ find . -type f -name 'ddb_out_pw.so' -delete
4343

4444
# Deploy all libs
4545
cp -vn /usr/lib/libgtk-* ./usr/lib
46-
ldd ./usr/lib/* | awk -F"[> ]" '{print $4}' | xargs -I {} cp -vn {} ./usr/lib
46+
cp -rv /usr/lib/alsa-lib ./usr/lib
47+
ldd ./usr/lib/* ./usr/lib/alsa-lib/* | awk -F"[> ]" '{print $4}' | xargs -I {} cp -vn {} ./usr/lib || true
4748
ldd ./usr/bin/deadbeef | awk -F"[> ]" '{print $4}' | xargs -I {} cp -vn {} ./usr/lib
4849
ldd ./usr/bin/plugins/* | awk -F"[> ]" '{print $4}' | xargs -I {} cp -vn {} ./usr/lib || true
4950

0 commit comments

Comments
 (0)