aboutsummaryrefslogtreecommitdiff
path: root/handlers/tar.in
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/tar.in')
-rw-r--r--handlers/tar.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/handlers/tar.in b/handlers/tar.in
index b4f8c58..eb5942b 100644
--- a/handlers/tar.in
+++ b/handlers/tar.in
@@ -48,6 +48,10 @@ case $compress in
compress_option="-j"
EXTENSION="tar.bz2"
;;
+ "xz")
+ compress_option="-J"
+ EXTENSION="tar.xz"
+ ;;
"none")
compress_option=""
;;