File 09_uzip_broken_528239.patch of Package mc
--- src/vfs/extfs/helpers/uzip.in.orig 2011-10-17 13:33:45.000000000 +0400 +++ src/vfs/extfs/helpers/uzip.in 2011-10-20 01:44:02.912758110 +0400 @@ -19,7 +19,7 @@ # Location of the unzip program my $app_unzip = "@UNZIP@"; # Set this to 1 if zipinfo (unzip -Z) is to be used (recommended), otherwise 0. -my $op_has_zipinfo = @HAVE_ZIPINFO@; +my $op_has_zipinfo = 1; # Command used to list archives (zipinfo mode) my $cmd_list_zi = "$app_unzip -Z -l -T";