archive: Make "bz2" an alias for "bzip2"
"bzip2" is used for archives and "bz2" is used for patches. Add this alias for consistency.
This commit is contained in:
@@ -588,6 +588,7 @@ class Archive:
|
||||
'tar': ArchiveTar,
|
||||
'zip': ArchiveZip,
|
||||
'gzip': ArchiveGzip,
|
||||
'bz2': ArchiveBzip2,
|
||||
'bzip2': ArchiveBzip2,
|
||||
'lzma': ArchiveLzma,
|
||||
'xz': ArchiveLzma,
|
||||
|
||||
Reference in New Issue
Block a user