diff options
Diffstat (limited to 'app-text/pstotext/pstotext-1.9-r4.ebuild')
-rw-r--r-- | app-text/pstotext/pstotext-1.9-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild index f08483acb74d..e514f3c9a379 100644 --- a/app-text/pstotext/pstotext-1.9-r4.ebuild +++ b/app-text/pstotext/pstotext-1.9-r4.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 @@ -27,7 +27,7 @@ src_prepare() { tc-export CC } -src_install () { +src_install() { dobin pstotext doman pstotext.1 } |