Also remove static library for SoundTouch in Looper ebuild
This commit is contained in:
parent
e87d964243
commit
2ace6bc9ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue