diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 01:05:26 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:07:22 +0100 |
commit | 326ba5340cc1379735474f2507fc1e994cdfcbbe (patch) | |
tree | a17128dcb3be1f97c99c6b58d351c603baf44309 /net-misc | |
parent | net-libs/telepathy-farstream: fix DeprecatedInsinto (diff) | |
download | gentoo-326ba5340cc1379735474f2507fc1e994cdfcbbe.tar.gz gentoo-326ba5340cc1379735474f2507fc1e994cdfcbbe.tar.bz2 gentoo-326ba5340cc1379735474f2507fc1e994cdfcbbe.zip |
net-misc/hashcash: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hashcash/hashcash-1.22-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/hashcash/hashcash-1.22-r2.ebuild b/net-misc/hashcash/hashcash-1.22-r2.ebuild index e29148642453..867929119c5a 100644 --- a/net-misc/hashcash/hashcash-1.22-r2.ebuild +++ b/net-misc/hashcash/hashcash-1.22-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ src_install() { dobin hashcash doman hashcash.1 dodoc CHANGELOG - insinto /usr/share/doc/${PF}/examples - doins contrib/hashcash-{request,sendmail{,.txt}} \ - contrib/hashfork.{c,py,txt} + docinto examples + dodoc contrib/hashcash-{request,sendmail{,.txt}} contrib/hashfork.{c,py,txt} + docompress -x /usr/share/doc/${PF}/examples } |