Also remove static library for SoundTouch in Looper ebuild

This commit is contained in:
Zachary Hall 2024-09-28 16:34:43 -07:00
parent e87d964243
commit 2ace6bc9ca

View file

@ -130,7 +130,7 @@ src_configure() {
# you only need to call it, if you need different behaviour. # you only need to call it, if you need different behaviour.
src_install() { src_install() {
cmake_src_install cmake_src_install
for i in "${D}/usr/"{include,lib{,64}/{cmake,pkgconfig}}; do for i in "${D}/usr/"{include,lib{,64}/{cmake,pkgconfig,libSoundTouch.a}}; do
[ -e "$i" ] && rm -r "$i" [ -e "$i" ] && rm -r "$i"
done done
# You must *personally verify* that this trick doesn't install # You must *personally verify* that this trick doesn't install