diff options
author | Sam James <sam@gentoo.org> | 2022-08-01 04:26:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-01 04:26:52 +0100 |
commit | 88c3f5c267c2fd85898bd21b23fe6d617c0273e8 (patch) | |
tree | d084c21fe37344f3b1d884bdeb37d22db4f93edb /dev-vcs/rcs | |
parent | app-misc/cadubi: drop 1.3 (diff) | |
download | gentoo-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/rcs')
-rw-r--r-- | dev-vcs/rcs/rcs-5.10.1.ebuild | 1 |
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 |