commit:     230288e86961a22e298ed489bb110fd5677ee140
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 21:52:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 21:52:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230288e8

dev-libs/hyphen: remove the real .la file (fix filename)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/hyphen/hyphen-2.8.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild 
b/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild
index bb3e8f04d3f..c56b63111a4 100644
--- a/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild
+++ b/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild
@@ -30,5 +30,5 @@ src_install() {
 
        rm -r "${ED}"/usr/share/hyphen || die
        # bug #775587
-       rm -f "${ED}"/usr/lib*/libhyphen.la || die
+       rm -f "${ED}/usr/$(get_libdir)/libhyphen.la" || die
 }

Reply via email to