wok-next diff procps/receipt @ rev 13550

Of the 9 mirrors I tried, this is the ONLY one that has the lastest source code...
author Brenton Scott <admin@trixarian.net>
date Fri Nov 02 09:16:58 2012 +0200 (2012-11-02)
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 Nov 02 09:16:58 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