commit: 860a1fd317c71f3740919d9304787465bd337a54 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 26 09:00:32 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 26 09:01:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860a1fd3
sys-apps/busybox: install man page in 1.32.1 Bug: https://bugs.gentoo.org/701512 Signed-off-by: Sam James <sam <AT> gentoo.org> .../busybox/{busybox-1.32.1.ebuild => busybox-1.32.1-r1.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-apps/busybox/busybox-1.32.1.ebuild b/sys-apps/busybox/busybox-1.32.1-r1.ebuild similarity index 99% rename from sys-apps/busybox/busybox-1.32.1.ebuild rename to sys-apps/busybox/busybox-1.32.1-r1.ebuild index 56929b85f91..7deed611401 100644 --- a/sys-apps/busybox/busybox-1.32.1.ebuild +++ b/sys-apps/busybox/busybox-1.32.1-r1.ebuild @@ -219,6 +219,9 @@ src_compile() { export SKIP_STRIP=y emake V=1 busybox + + # bug #701512 + emake V=1 doc } src_install() { @@ -290,7 +293,8 @@ src_install() { dodoc AUTHORS README TODO - cd docs + cd docs || die + doman busybox.1 docinto txt dodoc *.txt docinto pod @@ -298,7 +302,7 @@ src_install() { docinto html dodoc *.html - cd ../examples + cd ../examples || die docinto examples dodoc inittab depmod.pl *.conf *.script undeb unrpm }
