wok diff procps/receipt @ rev 15153

otf-gfs: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 16:19:38 2013 +0000 (2013-08-15)
parents ded2ad0d846d
children 51a1ebbda768
line diff
     1.1 --- a/procps/receipt	Mon Aug 29 12:09:32 2011 +0100
     1.2 +++ b/procps/receipt	Thu Aug 15 16:19:38 2013 +0000
     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