diff options
author | David Seifert <soap@gentoo.org> | 2020-02-09 14:13:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-09 14:13:04 +0100 |
commit | b188081f0c09dd760201dd3ecea59297ca3ef781 (patch) | |
tree | 3a45f6657e642dbab6ec39bed0d02d425e6c40b9 /dev-util/duma | |
parent | dev-util/drone-cli: [QA] Fix OutdatedBlocker (diff) | |
download | gentoo-b188081f0c09dd760201dd3ecea59297ca3ef781.tar.gz gentoo-b188081f0c09dd760201dd3ecea59297ca3ef781.tar.bz2 gentoo-b188081f0c09dd760201dd3ecea59297ca3ef781.zip |
dev-util/duma: [QA] Fix DeprecatedInsinto
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/duma')
-rw-r--r-- | dev-util/duma/duma-2.5.15-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/duma/duma-2.5.15-r2.ebuild b/dev-util/duma/duma-2.5.15-r2.ebuild index 5f6cbd88a61c..411a077e3369 100644 --- a/dev-util/duma/duma-2.5.15-r2.ebuild +++ b/dev-util/duma/duma-2.5.15-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -78,8 +78,8 @@ src_install(){ dodoc CHANGELOG TODO GNUmakefile if use examples; then - insinto /usr/share/doc/${PF}/examples - doins example[1-6].cpp example_makes/ex6/Makefile + docinto examples + dodoc example[1-6].cpp example_makes/ex6/Makefile fi } |