diff options
Diffstat (limited to 'sci-mathematics/octave-epstk')
-rw-r--r-- | sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild b/sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild index 8b9301f8ff6a..9031c1f761fd 100644 --- a/sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild +++ b/sci-mathematics/octave-epstk/octave-epstk-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -29,7 +29,7 @@ src_prepare() { done } -src_install () { +src_install() { insinto /usr/share/octave/site/m/${PN} doins eps*/m/* use doc && dohtml -r eps*/doc/* |