diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 17:12:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:53:46 +0100 |
commit | 51cd3a5ce1393fe18675c1b315feb8b47a5f5b71 (patch) | |
tree | 75712ccc411e95fd8338fbf08fdd8d7c3b9b0dee /sci-astronomy | |
parent | net-libs/libtelnet: fix (comment) typo (diff) | |
download | gentoo-51cd3a5ce1393fe18675c1b315feb8b47a5f5b71.tar.gz gentoo-51cd3a5ce1393fe18675c1b315feb8b47a5f5b71.tar.bz2 gentoo-51cd3a5ce1393fe18675c1b315feb8b47a5f5b71.zip |
sci-astronomy/pal: fix (comment) typo
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pal/pal-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild index fd11ad2b6641..bae29575c7b1 100644 --- a/sci-astronomy/pal/pal-0.9.7.ebuild +++ b/sci-astronomy/pal/pal-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ src_configure() { src_install() { default - # remove cruft from non-fhs complient + # remove cruft from non-fhs compliant rm -r "${ED}"usr/share/pal || die rm -r "${ED}"usr/{docs,manifests,news} || die use static-libs || prune_libtool_files --all |