wok-6.x diff findutils/receipt @ rev 14226

liberation-fonts-base: fix url. Recook: freetype - package cooked but something wrong, freetype-dev fails; same with freetype-infinality(-dev). Add optional (?) website to fontconfig-infinality-yad.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 19:21:00 2013 +0000 (2013-03-21)
parents 96c063629513
children 2b9f96603415
line diff
     1.1 --- a/findutils/receipt	Fri Jul 10 10:11:30 2009 +0000
     1.2 +++ b/findutils/receipt	Thu Mar 21 19:21:00 2013 +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  }