wok rev 19282
busybox: show doc & man (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 05 21:37:08 2016 +0200 (2016-07-05) |
parents | 55af80781843 |
children | 2d75b7daf345 |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Tue Jul 05 21:27:56 2016 +0200 1.2 +++ b/busybox/receipt Tue Jul 05 21:37:08 2016 +0200 1.3 @@ -134,12 +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 + mkdir -p $install/usr/share/man/man1 $install/usr/share/doc/busybox 1.9 cp -a $src/_install/* $fs 1.10 - cp -a $src/docs/busybox.base.1 $fs/usr/share/man/man1/busybox.1 1.11 - cp -a $src/docs/*.txt $fs/usr/share/doc/busybox 1.12 - cp -a $src/docs/*.html $fs/usr/share/doc/busybox 1.13 - cp -a $src/docs/cgi $fs/usr/share/doc/busybox 1.14 + cp -a $src/docs/busybox.base.1 $install/usr/share/man/man1/busybox.1 1.15 + cp -a $src/docs/*.txt $install/usr/share/doc/busybox 1.16 + cp -a $src/docs/*.htm* $install/usr/share/doc/busybox 1.17 + cp -a $src/docs/cgi $install/usr/share/doc/busybox 1.18 [ -e $fs/sbin/ip ] && ln -s busybox $fs/bin/ip 1.19 rm -f $fs/bin/bbconfig $fs/usr/bin/ar 1.20 mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs $fs/var/spool/lpd \