wok diff elksemu/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
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 Oct 15 18:21:21 2016 +0200 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 }