--
Ticket URL: <http://www.midnight-commander.org/ticket/2735>
Midnight Commander <http://www.midnight-commander.org>
Midnight Development Center
Comment (by rkuzmik):
This is due to broken Maven Archive plugin. So the actual jar file is
somewhere broken. plexus-io 2.0.3 should fix the problem.
or you can just workaround editing /usr/lib/extfs.d/uzip
and put the following line
if ($perms eq '?rwsrwsrwt') {$perms = 'drwxr-xr-x'};
right after:
sub print_file {
my
($perms,$zipver,$platform,$realsize,$format,$cmpsize,$comp,$year,$mon,$day,$hours,$mins,$secs,$filename)
= @_;
--
Ticket URL: <http://www.midnight-commander.org/ticket/2735#comment:1>
Comment (by slavazanko):
Is this fix workaround or should be applied constantly?
--
Ticket URL: <http://www.midnight-commander.org/ticket/2735#comment:2>
Comment (by andrew_b):
Ticket #3842 has been marked as a duplicate of this ticket.
--
Ticket URL: <http://www.midnight-commander.org/ticket/2735#comment:3>