More source formats

This commit is contained in:
Steve McIntyre 2015-09-07 18:08:54 +01:00
parent 71738b0cba
commit aeb8a31421

View File

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