* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.

This commit is contained in:
Pavel Roskin 2004-01-22 07:40:51 +00:00
parent 429f1a476e
commit 970793d4e2
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-01-22 Pavel Roskin <proski@gnu.org>
* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
* configure.in: Rename to ...
* configure.ac: ... this.

View File

@ -388,7 +388,7 @@ regex/\.tar\.bz$
# Open=%cd %p#utar
View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf -
regex/\.tar\.bz2$
regex/\.t(ar\.bz2|bz|b2)$
Open=%cd %p#utar
View=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -