wok diff elksemu/receipt @ rev 23680
qemu: partial cloop v4 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 26 15:17:58 2020 +0000 (2020-04-26) |
parents | 9e01bc6321ea |
children | 2b069c72d47e |
line diff
1.1 --- a/elksemu/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/elksemu/receipt Sun Apr 26 15:17:58 2020 +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 }