wok diff procps/receipt @ rev 13189
logrotate: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 03 21:44:00 2012 +0200 (2012-08-03) |
parents | ded2ad0d846d |
children | 51a1ebbda768 |
line diff
1.1 --- a/procps/receipt Mon Aug 29 12:09:32 2011 +0100 1.2 +++ b/procps/receipt Fri Aug 03 21:44:00 2012 +0200 1.3 @@ -22,17 +22,11 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr $fs/lib $fs/bin $fs/sbin 1.8 + mkdir -p $fs/usr 1.9 cp -a $_pkg/usr/bin $fs/usr 1.10 cp -a $_pkg/bin $fs 1.11 cp -a $_pkg/sbin $fs 1.12 cp -a $_pkg/lib $fs 1.13 - 1.14 - # Remove utils already supplied by Busybox 1.15 - #for i in free top uptime watch 1.16 - #do 1.17 - #rm -f $fs/usr/bin/$i 1.18 - #done 1.19 } 1.20 1.21 # Overlap busybox