summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-01 04:26:52 +0100
committerSam James <sam@gentoo.org>2022-08-01 04:26:52 +0100
commit88c3f5c267c2fd85898bd21b23fe6d617c0273e8 (patch)
treed084c21fe37344f3b1d884bdeb37d22db4f93edb /dev-vcs
parentapp-misc/cadubi: drop 1.3 (diff)
downloadgentoo-88c3f5c267c2fd85898bd21b23fe6d617c0273e8.tar.gz
gentoo-88c3f5c267c2fd85898bd21b23fe6d617c0273e8.tar.bz2
gentoo-88c3f5c267c2fd85898bd21b23fe6d617c0273e8.zip
dev-vcs/rcs: fix USE=doc install
Closes: https://bugs.gentoo.org/832759 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/rcs/rcs-5.10.1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 9bc91cedf4b8..414c74be6d61 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -47,7 +47,6 @@ src_install() {
if use doc; then
emake -C doc html
- rm -R "${ED}"/usr/share/doc/rcs || die
mv doc/rcs.html doc/html || die
dodoc -r doc/html/
fi