summaryrefslogtreecommitdiff
path: root/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild')
-rw-r--r--x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
index a267871cd50b..ce53ee1c9e75 100644
--- a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
+++ b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,3 +24,8 @@ src_prepare() {
default
eautoreconf -i
}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}