wok-next diff tar/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 083f88526785
children 96871f3890f0
line diff
     1.1 --- a/tar/receipt	Wed Apr 09 14:14:10 2014 +0200
     1.2 +++ b/tar/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -35,9 +35,7 @@
     1.4  # Prevent erasing busybox...
     1.5  pre_install()
     1.6  {
     1.7 -	local root
     1.8 -	root=$1
     1.9 -	rm -f $root/bin/tar
    1.10 +	rm -f "$1/bin/tar"
    1.11  }
    1.12  
    1.13  post_remove()