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)) ;;