diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/makepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg index c1df97eb..5de49e87 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -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" ;; |