From 9735b799384ae3df0e340098b06dc0fd9ba7a0ad Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Tue, 5 Jan 2021 11:46:59 +0100 Subject: app-crypt/johntheripper-jumbo: fixed installation of docs in live MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/746833 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc --- app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-crypt/johntheripper-jumbo') diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild index 721d298e771e..c2ab18f15f1e 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -119,5 +119,5 @@ src_install() { doins -r run/rules run/ztex # documentation - dodoc doc/* + dodoc -r doc/* } -- cgit v1.2.3-65-gdbad