wok-6.x rev 19281
busybox: show doc & man
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 05 21:27:56 2016 +0200 (2016-07-05) |
parents | 4fc3978fcdae |
children | 96444b88d282 |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Tue Jul 05 21:06:25 2016 +0300 1.2 +++ b/busybox/receipt Tue Jul 05 21:27:56 2016 +0200 1.3 @@ -134,7 +134,12 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 + mkdir -p $fs/usr/share/man/man1 $fs/usr/share/doc/busybox 1.8 cp -a $src/_install/* $fs 1.9 + cp -a $src/docs/busybox.base.1 $fs/usr/share/man/man1/busybox.1 1.10 + cp -a $src/docs/*.txt $fs/usr/share/doc/busybox 1.11 + cp -a $src/docs/*.html $fs/usr/share/doc/busybox 1.12 + cp -a $src/docs/cgi $fs/usr/share/doc/busybox 1.13 [ -e $fs/sbin/ip ] && ln -s busybox $fs/bin/ip 1.14 rm -f $fs/bin/bbconfig $fs/usr/bin/ar 1.15 mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs $fs/var/spool/lpd \