wok diff runcom/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 9e01bc6321ea
children 66a052ff61b1
line diff
     1.1 --- a/runcom/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/runcom/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -53,7 +53,7 @@
     1.4  # Pre remove command for Tazpkg.
     1.5  pre_remove()
     1.6  {
     1.7 -	echo -1 > "$1/proc/sys/fs/binfmt_misc/BOOTBIN"
     1.8 -	echo -1 > "$1/proc/sys/fs/binfmt_misc/DOSCOM"
     1.9 +	echo -1 > /proc/sys/fs/binfmt_misc/BOOTBIN
    1.10 +	echo -1 > /proc/sys/fs/binfmt_misc/DOSCOM
    1.11  	sed -i '/binfmt_misc/{NN;/DOSCOM:E::com/d}' "$1/etc/init.d/local.sh"
    1.12  }