diff options
author | Georgy Yakovlev <ya@sysdump.net> | 2018-05-14 17:57:47 -0700 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-05-14 21:18:11 -0400 |
commit | 1d0e740b496c3e69fb3c1f13a524e42399a81bd2 (patch) | |
tree | 519df82e6aceae8575f05721da64c5b768197411 /sys-apps/busybox/busybox-9999.ebuild | |
parent | net-dns/getdns: Version bump to 1.4.2 (diff) | |
download | gentoo-1d0e740b496c3e69fb3c1f13a524e42399a81bd2.tar.gz gentoo-1d0e740b496c3e69fb3c1f13a524e42399a81bd2.tar.bz2 gentoo-1d0e740b496c3e69fb3c1f13a524e42399a81bd2.zip |
sys-apps/busybox: QA don't use dohtml
Fixes:
QA: install
'dohtml' is deprecated in EAPI '6'
Also install html docs into html subdir.
Before that html docs ended up in pod,
because of 'docinto pod' above
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'sys-apps/busybox/busybox-9999.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index f28bf04dfd72..ea0b4ce81fb0 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -285,7 +285,8 @@ src_install() { dodoc *.txt docinto pod dodoc *.pod - dohtml *.html + docinto html + dodoc *.html cd ../examples docinto examples |