From 9cc387c67c4eb3f469d49055e2723493250335a4 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sun, 26 Apr 2020 11:04:43 +0300 Subject: [PATCH] sci-mathematics/pari: move DOCS array to its correct place Signed-off-by: Joonas Niilola --- sci-mathematics/pari/pari-2.11.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2