summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2018-12-19 23:08:37 -0500
committerRick Farina <zerochaos@gentoo.org>2018-12-19 23:08:37 -0500
commit358201d61352b1b840c4721cf02efef7048f8513 (patch)
tree637feb26be66c37029cdd2985440b4ecb5c0213f /app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
parentmedia-radio/wsjtx: add radio project (diff)
downloadgentoo-358201d61352b1b840c4721cf02efef7048f8513.tar.gz
gentoo-358201d61352b1b840c4721cf02efef7048f8513.tar.bz2
gentoo-358201d61352b1b840c4721cf02efef7048f8513.zip
app-crypt/johntheripper-jumbo: fix bug #673414
also don't install opencl kernels in a dir john doesn't read them in Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild')
-rw-r--r--app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
index 1e72fa5104cb..a05e2f9da355 100644
--- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
+++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
@@ -93,7 +93,7 @@ src_install() {
dosbin run/john
newsbin run/mailer john-mailer
- pax-mark -mr "${ED}usr/sbin/john"
+ pax-mark -mr "${ED}/usr/sbin/john"
# grep '$(LN)' Makefile.in | head -n-3 | tail -n+2 | cut -d' ' -f3 | cut -d/ -f3
for s in \
@@ -108,15 +108,15 @@ src_install() {
doins run/*.py
if use opencl; then
- insinto /usr/share/john/kernels
- doins run/kernels/*
+ insinto /etc/john
+ doins -r run/kernels
fi
# config files
insinto /etc/john
doins run/*.chr run/password.lst
doins run/*.conf
- doins -r run/rules run/kernels run/ztex
+ doins -r run/rules run/ztex
# documentation
dodoc doc/*