wok-6.x diff grep/receipt @ rev 18955

Up firefox-official (45.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 09 00:08:53 2016 +0200 (2016-03-09)
parents 6fab3264ba87
children eb9ac5642747
line diff
     1.1 --- a/grep/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/grep/receipt	Wed Mar 09 00:08:53 2016 +0200
     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  }