commit: 9735b799384ae3df0e340098b06dc0fd9ba7a0ad Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Tue Jan 5 10:46:59 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Tue Jan 5 10:46:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9735b799
app-crypt/johntheripper-jumbo: fixed installation of docs in live Closes: https://bugs.gentoo.org/746833 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild index 721d298e771..c2ab18f15f1 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/* }