mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-shells/tcsh-6.24.12: fix USE=man #931820
Closes: https://bugs.gentoo.org/931820 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user