summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-05-12 21:10:40 +0200
committerFabian Groffen <grobian@gentoo.org>2024-05-12 21:11:09 +0200
commit37de4d46f28853db567ae37632bf99f7c670d1c7 (patch)
treeaff7d4428f97b99e8e7c72e5c5472288b996ba06 /app-shells/tcsh
parentdev-python/traitlets: Enable py3.13 (diff)
downloadgentoo-37de4d46f28853db567ae37632bf99f7c670d1c7.tar.gz
gentoo-37de4d46f28853db567ae37632bf99f7c670d1c7.tar.bz2
gentoo-37de4d46f28853db567ae37632bf99f7c670d1c7.zip
app-shells/tcsh-6.24.12: fix USE=man #931820
Closes: https://bugs.gentoo.org/931820 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r--app-shells/tcsh/tcsh-6.24.12.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/tcsh/tcsh-6.24.12.ebuild b/app-shells/tcsh/tcsh-6.24.12.ebuild
index 32e21c05882c..dc82102416f2 100644
--- a/app-shells/tcsh/tcsh-6.24.12.ebuild
+++ b/app-shells/tcsh/tcsh-6.24.12.ebuild
@@ -94,9 +94,8 @@ src_install() {
DOCS=( FAQ Fixes Ported README.md WishList Y2K )
einstalldocs
- if use man ; then
- mv tcsh.man{,1}
- doman tcsh.man1
+ if ! use man ; then
+ rm -Rf "${ED}"/usr/share/man
fi
insinto /etc