Added .tbz2 extension to makepkg
This commit is contained in:
parent
7df7ca1738
commit
3992e7eac8
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ if [ "$GENMD5" = "0" ]; then
|
|||
case $file in
|
||||
*.tar.gz|*.tar.Z|*.tgz)
|
||||
cmd="tar --use-compress-program=gzip -xf $file" ;;
|
||||
*.tar.bz2)
|
||||
*.tar.bz2|*.tbz2)
|
||||
cmd="tar --use-compress-program=bzip2 -xf $file" ;;
|
||||
*.tar)
|
||||
cmd="tar -xf $file" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue