wok rev 6258

Fix findutils. /usr/bin/xargs need to be link back cause busybox has it too.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 14 10:39:53 2010 +0000 (2010-09-14)
parents f2a53b6134e8
children 290f770f3580
files findutils/receipt
line diff
     1.1 --- a/findutils/receipt	Tue Sep 14 03:20:32 2010 +0000
     1.2 +++ b/findutils/receipt	Tue Sep 14 10:39:53 2010 +0000
     1.3 @@ -37,9 +37,11 @@
     1.4  pre_install()
     1.5  {
     1.6  	rm -f $1/usr/bin/find
     1.7 +	rm -f $1/usr/bin/xargs
     1.8  }
     1.9  
    1.10  post_remove()
    1.11  {
    1.12  	ln -s /bin/busybox /usr/bin/find
    1.13 +	ln -s /bin/busybox /usr/bin/xargs
    1.14  }