wok-next diff elksemu/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents 9e01bc6321ea
children
line diff
     1.1 --- a/elksemu/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/elksemu/receipt	Fri Oct 20 03:29:40 2017 +0300
     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  }