mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #4154: support unrar v6.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ac77cf731a
commit
ba6b42802f
@ -113,7 +113,7 @@ mcrar5fs_list ()
|
||||
|
||||
mcrarfs_list ()
|
||||
{
|
||||
[ x$UNRAR_VERSION = x5 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@"
|
||||
[ x$UNRAR_VERSION = x6 -o x$UNRAR_VERSION = x5 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@"
|
||||
}
|
||||
|
||||
mcrarfs_copyin ()
|
||||
|
@ -72,9 +72,9 @@ data_files_to_distribute = \
|
||||
data/urar.v4,v3.env_vars \
|
||||
data/urar.v4,v3.input \
|
||||
data/urar.v4,v3.output \
|
||||
data/urar.v5.env_vars \
|
||||
data/urar.v5.input \
|
||||
data/urar.v5.output \
|
||||
data/urar.v6,v5.env_vars \
|
||||
data/urar.v6,v5.input \
|
||||
data/urar.v6,v5.output \
|
||||
data/uzip.README \
|
||||
data/uzip.with-zipinfo.env_vars \
|
||||
data/uzip.with-zipinfo.input \
|
||||
|
@ -4,10 +4,10 @@ The archive was created thus:
|
||||
echo hello > 'filename with spaces.txt'
|
||||
rar a archive.rar 'filename with spaces.txt' ...
|
||||
|
||||
Our 'urar' supports two listing formats: that of version 5, and that of
|
||||
version 4.
|
||||
Our 'urar' supports two listing formats: that of versions 6 and 5, and that of
|
||||
versions 4 and 3.
|
||||
|
||||
'urar.v5.input' was created with "unrar vt -c- -cfg- archive.rar" using
|
||||
'urar.v6,v5.input' was created with "unrar vt -c- -cfg- archive.rar" using
|
||||
unrar 5.30.
|
||||
|
||||
'urar.v4,v3.input' was created with "unrar v -c- -cfg- archive.rar" using
|
||||
|
Loading…
Reference in New Issue
Block a user