Use *.so everywhere to exclude devlopment symlinks in snap

This commit is contained in:
Ilya Fedin 2022-06-27 12:12:22 +04:00 committed by John Preston
parent aeddaf3dbd
commit d09a591d1b
1 changed files with 3 additions and 3 deletions

View File

@ -260,7 +260,7 @@ parts:
- -./usr/include
- -./usr/lib/$CRAFT_ARCH_TRIPLET/cmake
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
- -./usr/lib/$CRAFT_ARCH_TRIPLET/libopenal.so
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
qt:
plugin: nil
@ -401,8 +401,8 @@ parts:
prime:
- -./usr/include
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
- -./usr/lib/$CRAFT_ARCH_TRIPLET/librnnoise.la
- -./usr/lib/$CRAFT_ARCH_TRIPLET/librnnoise.so
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.la
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
- -./usr/share
webrtc: