--- /usr/share/mc/extfs/uzip.orig 2009-06-18 16:53:55.000000000 +0200 +++ /usr/share/mc/extfs/uzip 2009-06-20 14:38:51.000000000 +0200 @@ -19,7 +19,7 @@ # Location of the unzip program my $app_unzip = "/usr/bin/unzip"; # Set this to 1 if zipinfo (unzip -Z) is to be used (recommended), otherwise 0. -my $op_has_zipinfo = 0; +my $op_has_zipinfo = 1; # Command used to list archives (zipinfo mode) my $cmd_list_zi = "$app_unzip -Z -l -T";