summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/octave/octave-7.1.0.ebuild')
-rw-r--r--sci-mathematics/octave/octave-7.1.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-mathematics/octave/octave-7.1.0.ebuild b/sci-mathematics/octave/octave-7.1.0.ebuild
index 1158afd167bd..b04de9f52552 100644
--- a/sci-mathematics/octave/octave-7.1.0.ebuild
+++ b/sci-mathematics/octave/octave-7.1.0.ebuild
@@ -206,4 +206,6 @@ src_install() {
echo "LDPATH=${EPREFIX}/usr/$(get_libdir)/${PN}/${PV}" > 99octave || die
doenvd 99octave
+
+ find "${ED}" -type f -name '*.la' -delete || die
}