From 625d1424cac33e022815308f3e256c2f2280f7d3 Mon Sep 17 00:00:00 2001 From: Pierre ROUDIER Date: Thu, 27 Jun 2013 21:36:23 +0200 Subject: xz support for tar handler --- handlers/tar.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'handlers/tar.in') 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="" ;; -- cgit v1.2.3