Fix bz2 extension

This commit is contained in:
Daniel Berteaud 2016-03-03 11:33:32 +01:00
parent 8a5bcc850c
commit 1addbf8eb8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if ( !-x $archive_compress ){
if ( $archive_compress =~ m/xz$/ ){
$archive_ext = 'xz';
}
elsif ( $archive_compress =~ m/bz2$/ ){
elsif ( $archive_compress =~ m/bzip2$/ ){
$archive_ext = 'bz2';
}
elsif ( $archive_compress =~ m/gzip$/ ){