From 3992e7eac8c9efe2bd3b5bc25c1b0446ad847c1b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 30 Dec 2005 19:14:56 +0000 Subject: Added .tbz2 extension to makepkg --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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" ;; -- cgit v1.2.3-24-g4f1b