More source formats

This commit is contained in:
Steve McIntyre 2015-09-07 18:07:23 +01:00
parent 4dcc8bd94c
commit d39aeb0971
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ add_file () {
case "$THISARCH" in case "$THISARCH" in
source) source)
case "$file" in case "$file" in
*.gz|*.bz2|*.dsc) *.xz|*.lzma|*.gz|*.bz2|*.dsc)
copy_file $UPD/CD$CDNUM $file copy_file $UPD/CD$CDNUM $file
SRCFILES=$(($SRCFILES + 1)) SRCFILES=$(($SRCFILES + 1))
;; ;;