diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-01-04 09:38:17 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-01-04 09:38:17 +0700 |
commit | 8e2fe72dd992802d976efeeac3b213f0d1c5d6a8 (patch) | |
tree | f3710740832e75b77deb84a735e61fcbec2f8f35 /media-gfx/asymptote | |
parent | net-irc/unrealircd: version bump 5.0.1 (diff) | |
download | gentoo-8e2fe72dd992802d976efeeac3b213f0d1c5d6a8.tar.gz gentoo-8e2fe72dd992802d976efeeac3b213f0d1c5d6a8.tar.bz2 gentoo-8e2fe72dd992802d976efeeac3b213f0d1c5d6a8.zip |
media-gfx/asymptote: fix install with USE=examples
Closes: https://bugs.gentoo.org/show_bug.cgi?id=704384
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/asymptote-2.61.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild b/media-gfx/asymptote/asymptote-2.61.ebuild index 8d329c6d405c..8518a6a39991 100644 --- a/media-gfx/asymptote/asymptote-2.61.ebuild +++ b/media-gfx/asymptote/asymptote-2.61.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=6 @@ -143,7 +143,6 @@ src_install() { insinto /usr/share/${PN}/examples doins \ examples/*.asy \ - examples/*.eps \ doc/*.asy \ doc/*.csv \ doc/*.dat \ @@ -160,6 +159,8 @@ src_install() { if use examples; then insinto /usr/share/${PN}/examples doins latexusage.tex + insinto /usr/share/${PN}/examples/animations + doins ../examples/animations/*.tex fi cd .. || die fi |