diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-04-26 11:04:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-26 11:39:52 +0300 |
commit | 9cc387c67c4eb3f469d49055e2723493250335a4 (patch) | |
tree | 0fcc589ed8bc53af0feec24a6c729f35cecb4a81 /sci-mathematics/pari | |
parent | sci-mathematics/pari: superceded by new release (diff) | |
download | gentoo-9cc387c67c4eb3f469d49055e2723493250335a4.tar.gz gentoo-9cc387c67c4eb3f469d49055e2723493250335a4.tar.bz2 gentoo-9cc387c67c4eb3f469d49055e2723493250335a4.zip |
sci-mathematics/pari: move DOCS array to its correct place
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/pari-2.11.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.11.4.ebuild b/sci-mathematics/pari/pari-2.11.4.ebuild index 564ed9639a71..ea2ec8210494 100644 --- a/sci-mathematics/pari/pari-2.11.4.ebuild +++ b/sci-mathematics/pari/pari-2.11.4.ebuild @@ -34,6 +34,8 @@ PATCHES=( "${FILESDIR}/${PN}"-2.11.2-Makefile-docinstall.patch ) +DOCS=( AUTHORS CHANGES* COMPAT NEW README* ) + src_prepare() { default @@ -97,7 +99,6 @@ src_test() { } src_install() { - DOCS=( AUTHORS CHANGES* COMPAT NEW README* ) default if use doc; then |