summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-26 09:00:32 +0000
committerSam James <sam@gentoo.org>2021-05-26 09:01:56 +0000
commit860a1fd317c71f3740919d9304787465bd337a54 (patch)
tree30e07f508ea32af68095a7556ae3b31692760cdd /sys-apps/busybox
parentnet-misc/you-get: drop old (diff)
downloadgentoo-860a1fd317c71f3740919d9304787465bd337a54.tar.gz
gentoo-860a1fd317c71f3740919d9304787465bd337a54.tar.bz2
gentoo-860a1fd317c71f3740919d9304787465bd337a54.zip
sys-apps/busybox: install man page in 1.32.1
Bug: https://bugs.gentoo.org/701512 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r--sys-apps/busybox/busybox-1.32.1-r1.ebuild (renamed from sys-apps/busybox/busybox-1.32.1.ebuild)8
1 files 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
index 56929b85f919..7deed6114019 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
}