Added .tbz2 extension to makepkg

This commit is contained in:
Judd Vinet 2005-12-30 19:14:56 +00:00
parent 7df7ca1738
commit 3992e7eac8

View file

@ -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" ;;