From aeb8a31421e924c393076e8eade318562fa786c0 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 7 Sep 2015 18:08:54 +0100 Subject: [PATCH] More source formats --- update-cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-cd b/update-cd index f83b2b46..18c8bb2b 100755 --- a/update-cd +++ b/update-cd @@ -220,7 +220,7 @@ add_file () { case "$THISARCH" in source) case "$file" in - *.gz|*.bz2|*.dsc) + *.xz|*.lzma|*.gz|*.bz2|*.dsc) copy_file $UPD/CD$CDNUM $file SRCFILES=$(($SRCFILES + 1)) ;;