diff options
author | Sam James <sam@gentoo.org> | 2020-10-20 03:52:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-20 03:52:34 +0000 |
commit | b40a01e7c63004d84b361ca493b3caf6adec8bf7 (patch) | |
tree | 836095e309470891cb4905a32e79089641e7555f /dev-java/offo-hyphenation | |
parent | dev-ml/lablgl: fix DeprecatedInsinto in older version (diff) | |
download | gentoo-b40a01e7c63004d84b361ca493b3caf6adec8bf7.tar.gz gentoo-b40a01e7c63004d84b361ca493b3caf6adec8bf7.tar.bz2 gentoo-b40a01e7c63004d84b361ca493b3caf6adec8bf7.zip |
dev-java/offo-hyphenation: fix RedundantDodir
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/offo-hyphenation')
-rw-r--r-- | dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild b/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild index e68c0ee10fa8..a70c0911e6b8 100644 --- a/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild +++ b/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,6 @@ S="${WORKDIR}/${PN}" src_compile() { :; } src_install() { - dodir /usr/share/${PN}/ insinto /usr/share/${PN}/ doins -r hyph |