wok-next diff grep/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 6fab3264ba87
children eb9ac5642747
line diff
     1.1 --- a/grep/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/grep/receipt	Thu Feb 25 15:02:38 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  }