summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-06-07 11:24:27 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-06-07 11:26:57 +0300
commit1055a34ae57392a7f9dd4ebcc621ecbcfc5752a1 (patch)
tree0e1f079bf1d6752ba22c8c04275605309e9a9608 /dev-util
parentapp-backup/borgbackup: drop 1.1.10-r1. (diff)
downloadgentoo-1055a34ae57392a7f9dd4ebcc621ecbcfc5752a1.tar.gz
gentoo-1055a34ae57392a7f9dd4ebcc621ecbcfc5752a1.tar.bz2
gentoo-1055a34ae57392a7f9dd4ebcc621ecbcfc5752a1.zip
dev-util/hfstospell: remove all static files, #724294
Closes: https://bugs.gentoo.org/724294 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/hfstospell/hfstospell-0.5.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-util/hfstospell/hfstospell-0.5.1.ebuild b/dev-util/hfstospell/hfstospell-0.5.1.ebuild
index bf47865439b9..b3e56cf85239 100644
--- a/dev-util/hfstospell/hfstospell-0.5.1.ebuild
+++ b/dev-util/hfstospell/hfstospell-0.5.1.ebuild
@@ -28,3 +28,8 @@ src_prepare() {
default
eautoreconf
}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die
+}