wok diff elksemu/receipt @ rev 24434

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 12 19:02:42 2022 +0000 (2022-02-12)
parents 9e01bc6321ea
children 2b069c72d47e
line diff
     1.1 --- a/elksemu/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/elksemu/receipt	Sat Feb 12 19:02:42 2022 +0000
     1.3 @@ -35,6 +35,6 @@
     1.4  # Pre remove command for Tazpkg.
     1.5  pre_remove()
     1.6  {
     1.7 -	echo -1 > "$1/proc/sys/fs/binfmt_misc/i86-elks"
     1.8 +	echo -1 > /proc/sys/fs/binfmt_misc/i86-elks
     1.9  	sed -i '/binfmt_misc/{N;/:i86-elks:M:/d}' "$1/etc/init.d/local.sh"
    1.10  }