wok-next view syslinux/stuff/tools/keytab-lilo.pl.u @ rev 18930
mmv, sqlite, unclutter: use EXTRA_SOURCE_FILES to track the sources files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 26 17:55:33 2016 +0100 (2016-02-26) |
parents | |
children |
line source
1 --- syslinux-3.63/keytab-lilo.pl
2 +++ syslinux-3.63/keytab-lilo.pl
3 @@ -66,5 +66,5 @@
4 chop;
5 - if (/^u_short\s+(\S+)_map\[\S+\]\s+=\s+{\s*$/) {
6 + if (/^(static\s+)?u_short\s+(\S+)_map\[\S+\]\s+=\s+{\s*$/) {
7 die "active at beginning of map" if defined $current;
8 - $current = $pfx.":".$1;
9 + $current = $pfx.":".$2;
10 next;