diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-01-05 11:46:59 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-01-05 11:46:59 +0100 |
commit | 9735b799384ae3df0e340098b06dc0fd9ba7a0ad (patch) | |
tree | cd6a0c325dca3bdb807956bcb5829195908e989e /app-crypt | |
parent | dev-lang/swi-prolog: bump development version (diff) | |
download | gentoo-9735b799384ae3df0e340098b06dc0fd9ba7a0ad.tar.gz gentoo-9735b799384ae3df0e340098b06dc0fd9ba7a0ad.tar.bz2 gentoo-9735b799384ae3df0e340098b06dc0fd9ba7a0ad.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild | 4 |
1 files 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 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/* } |