More source formats

This commit is contained in:
Steve McIntyre 2015-09-07 18:09:37 +01:00
parent e41bbe25e3
commit 47188acf25
1 changed files with 1 additions and 1 deletions

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