diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 03:03:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 03:30:55 +0100 |
commit | b8419f7297a3ea019eefeb2a35bdba4a3d9df751 (patch) | |
tree | 1b3a06401a805decb46e02d2ee06c429bc4640ba /app-doc | |
parent | sci-visualization/epix: fix doins->dodoc (diff) | |
download | gentoo-b8419f7297a3ea019eefeb2a35bdba4a3d9df751.tar.gz gentoo-b8419f7297a3ea019eefeb2a35bdba4a3d9df751.tar.bz2 gentoo-b8419f7297a3ea019eefeb2a35bdba4a3d9df751.zip |
app-doc/diveintopython: fix dodoc->doins
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/diveintopython/diveintopython-3-r1.ebuild (renamed from app-doc/diveintopython/diveintopython-3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3-r1.ebuild index bc2f6bfcc2c3..2fce9fa8d377 100644 --- a/app-doc/diveintopython/diveintopython-3.ebuild +++ b/app-doc/diveintopython/diveintopython-3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,6 @@ IUSE="pdf" src_install() { insinto "/usr/share/doc/${PN}-${SLOT}" - use pdf && dodoc "${P}.pdf" + use pdf && doins "${P}.pdf" doins -r * } |