wok diff grep/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 6fab3264ba87
children eb9ac5642747
line diff
     1.1 --- a/grep/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/grep/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -30,6 +30,6 @@
     1.4  post_remove()
     1.5  {
     1.6  	for i in grep egrep fgrep; do
     1.7 -		ln -sf /bin/busybox "/usr/bin/$bb"
     1.8 +		ln -sf /bin/busybox "/usr/bin/$i"
     1.9  	done
    1.10  }