net-im/nheko: Don't hardcode library dir 🤦
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-12-30 00:24:09 +01:00
parent 33f2b5f139
commit a2f9874f02
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ src_install() {
cmake_src_install
# Remove stuff from bundled libs.
rm -r "${D}/usr/lib64" || die
rm -r "${D}/usr/$(get_libdir)" || die
rm -r "${D}/usr/include" || die
}