[Pkg-mc-devel] Bug#645358: Broken /etc/mc/mc.menu for "Compile and link current .c file" record.

VL Alexander alex.vl at tut.by
Fri Oct 14 20:41:34 UTC 2011


Package: mc
Version: 3:4.7.0.9-2

Menu record for "Compile and link current .c file" missing  for hotkey
definition therefore
menu doesn't shows menu correctly.

Originally it looks like :
{{
= f \.c$ & t r
+ f \.c$ & t r & ! t t
       Compile and link current .c file
        make `basename %f .c` 2>/dev/null || cc -O -o `basename %f .c` %f
}}

I've fixed this issue like this
{{
= f \.c$ & t r
+ f \.c$ & t r & ! t t
c      Compile and link current .c file
        make `basename %f .c` 2>/dev/null || cc -O -o `basename %f .c` %f
}}

Regards !





More information about the Pkg-mc-devel mailing list